We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5c14 commit e7113faCopy full SHA for e7113fa
1 file changed
Misc/NEWS
@@ -11,8 +11,8 @@ Core and Builtins
11
-----------------
12
13
- bpo-25324: Tokens needed for parsing in python moved to C. ``COMMENT``,
14
- ``NL`` AND ``ENCODING``. This way the tokens and tok_names in token.py
15
- don't get changed when you import tokenize.py.
+ ``NL`` and ``ENCODING``. This way the tokens and tok_names in the token
+ module don't get changed when you import the tokenize module.
16
17
- bpo-29104: Fixed parsing backslashes in f-strings.
18
0 commit comments