10000 String annotations [PEP 563] by gvanrossum · Pull Request #4390 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

String annotations [PEP 563] #4390

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

Merged
merged 7 commits into from
Jan 26, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
F079
Loading
Diff view
Diff view
Prev Previous commit
compatibility typo
  • Loading branch information
ambv authored Jan 25, 2018
commit 26c028c3356eea73b3c7b8c7bf02ee272beb1ef9
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ following syntax valid::
class B:
...

Since this change breaks compatibiltiy, the new behavior can be enabled
Since this change breaks compatibility, the new behavior can be enabled
on a per-module basis in Python 3.7 using a ``__future__`` import, like
this::

Expand Down
0