summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2009-11-17 03:43:14 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2009-11-17 03:43:14 (GMT)
commit1309adb06ae49d941190c7b2502203b1128fac00 (patch)
treeb21971b87f658d9b2990f9df713c2ebb0280a17f /Misc
parent06bf4994d7c6be6303967cab7a75dc7e729aa3da (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42d1d46..96b9f7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.