Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 484: Do not require type checkers to treat a None default special…
…ly (#689) 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 encourage type checkers to treat a None default as implicitly making an argument Optional.
- Loading branch information