diff options
author | Philip Jenvey <pjenvey@underboss.org> | 2009-11-17 03:43:14 (GMT) |
---|---|---|
committer | Philip Jenvey <pjenvey@underboss.org> | 2009-11-17 03:43:14 (GMT) |
commit | 1309adb06ae49d941190c7b2502203b1128fac00 (patch) | |
tree | b21971b87f658d9b2990f9df713c2ebb0280a17f /Misc | |
parent | 06bf4994d7c6be6303967cab7a75dc7e729aa3da (diff) | |
download | cpython-1309adb06ae49d941190c7b2502203b1128fac00.zip cpython-1309adb06ae49d941190c7b2502203b1128fac00.tar.gz cpython-1309adb06ae49d941190c7b2502203b1128fac00.tar.bz2 |
Merged revisions 76337 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76337 | philip.jenvey | 2009-11-16 18:42:26 -0800 (Mon, 16 Nov 2009) | 2 lines
#1757126: fix typo with the cyrillic_asian alias
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1? Core and Builtins ----------------- +- Issue #1757126: Fix the cyrillic-asian alias for the ptcp154 encoding. + - Issue #6970: Remove redundant calls when comparing objects that don't implement the relevant rich comparison methods. |