mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix typo.
This commit is contained in:
parent
c18cc0edff
commit
751a50fadc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ What's New in Python 2.7.4
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #5057: the peepholer no longer optimize subscription on unicode
|
||||
- Issue #5057: the peepholer no longer optimizes subscription on unicode
|
||||
literals (e.g. u'foo'[0]) in order to produce compatible pyc files between
|
||||
narrow and wide builds.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue