summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-03-19 22:30:41 (GMT)
committerGregory P. Smith <greg@krypto.org>2013-03-19 22:30:41 (GMT)
commit3cc791c5a19ccf6d3f2a8465d935e160b0aeb8d0 (patch)
treea947a71b17df2afffeb0c79e380608f3ea8db014
parent4effb670049930e905ef8473592fc675b6fdedc1 (diff)
parent1f1ec04c7f0134b88623ca13db9a1e10647a12b1 (diff)
downloadcpython-3cc791c5a19ccf6d3f2a8465d935e160b0aeb8d0.zip
cpython-3cc791c5a19ccf6d3f2a8465d935e160b0aeb8d0.tar.gz
cpython-3cc791c5a19ccf6d3f2a8465d935e160b0aeb8d0.tar.bz2
merge from 3.2
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 742c86b..1377e59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ What's New in Python 3.3.1?
*Not yet released, see sections below for changes released in 3.3.0*
-.. *Release date: XX-XXX-2012*
+.. *Release date: 2013-XX-XX*
Core and Builtins
-----------------
@@ -21,6 +21,9 @@ Core and Builtins
- Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
the range U+0000-U+10ffff.
+- Issue #1692335: Move initial args assignment to
+ BaseException.__new__ to help pickling of naive subclasses.
+
- Issue #17275: Corrected class name in init error messages of the C version of
BufferedWriter and BufferedRandom.