-
Notifications
You must be signed in to change notification settings - Fork 258
Consider a refinement for class variable declarations #209
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
Comments
Hey, did you delete your comment or is there a GitHub glitch? I can't see On Thu, May 5, 2016 at 8:56 PM, Caleb Jones [email protected]
--Guido van Rossum (python.org/~guido) |
I deleted it since it wasn't really relevant to the specification of the types, it was more an implementation concern that I don't think its relevant concern here, since other typing features already require it. |
I'm closing this; it looks like the PEP already has the right words:
|
In mypy we are proposing to implement strict Optional checking per PEP 484, with one exception.
python/mypy#1450
I think this is a good idea and we should update PEP 484 to follow this.
The text was updated successfully, but these errors were encountered: