-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fine-grained: Python 3 features #4951
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
Data classes could be problematic for 0.600 because we don't have them even in normal mode. It is not something hard, but it will take time to write the plugin, so I think we can postpone data classes to 0.610 (which will be still before Python 3.7.0 final). |
Oops will remove them from the list. |
Some of the changes motivated cleaning up some duplicate error messages. Also noticed missing __next__/next dependency in ordinary for statements and fixed it as well. Work towards #4951.
Most Python 3 features at least should be supported now. We can create separate issues for remaining features (at least data classes, but they aren't supported in any mode yet). |
These Python 3 features should be tested with fine-grained incremental checking (may require code changes):
The text was updated successfully, but these errors were encountered: