mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Typo fix.
This commit is contained in:
parent
399b1fe8df
commit
7fb00ad1be
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Core and Builtins
|
|||
-----------------
|
||||
|
||||
- Using ``nonlocal`` as a variable name will now raise a Py3k SyntaxWarning
|
||||
because it is a reserved work in 3.x.
|
||||
because it is a reserved word in 3.x.
|
||||
|
||||
- On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
|
||||
returned a path longer than MAX_PATH. (But It's doubtful this code path is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue