Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require type checkers to treat a None default specially
Following discussion in python/typing#275, there is a consensus that it is better to require optional types to be made explicit. This PR changes the wording of PEP 484 to allow, but not require, type checkers to treat a None default as implicitly making an argument Optional.
- Loading branch information