Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 484: Do not require type checkers to treat a None default specially #689

Merged
merged 2 commits into from
Jul 10, 2018

Commits on Jul 1, 2018

  1. 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.
    JelleZijlstra authored Jul 1, 2018
    Configuration menu
    Copy the full SHA
    15740d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    849f9b0 View commit details
    Browse the repository at this point in the history