Embrace |
for union of types
#10725
Labels
state: awaiting PR
Feature discussed, PR is needed
type: maintenance
Related to Development and Maintenance Processes
Now Python 3.7 is the minimum, instead of:
You can use the more concise (PEP 604):
Similarly, you can use
dict
andlist
instead oftyping.Dict
andtyping.List
etc:https://www.python.org/dev/peps/pep-0585/#implementation
Originally posted by @hugovk in #10703 (comment)
The text was updated successfully, but these errors were encountered: