mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Minor grammar fix
This commit is contained in:
parent
a1da20472f
commit
93c928ebca
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Core and builtins
|
||||||
- Patch #1521179: Python now accepts the standard options ``--help`` and
|
- Patch #1521179: Python now accepts the standard options ``--help`` and
|
||||||
``--version`` as well as ``/?`` on Windows.
|
``--version`` as well as ``/?`` on Windows.
|
||||||
|
|
||||||
- Bug #1520864: unpacking singleton tuples in for loop (for x, in) work
|
- Bug #1520864: unpacking singleton tuples in a 'for' loop (for x, in) works
|
||||||
again. Fixing this problem required changing the .pyc magic number.
|
again. Fixing this problem required changing the .pyc magic number.
|
||||||
This means that .pyc files generated before 2.5c1 will be regenerated.
|
This means that .pyc files generated before 2.5c1 will be regenerated.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue