[Python-checkins] cpython (merge 3.2 -> 3.3): merge from 3.2

gregory.p.smith python-checkins at python.org
Tue Mar 19 23:34:14 CET 2013


http://hg.python.org/cpython/rev/7127dda7e8ed
changeset:   82794:7127dda7e8ed
branch:      3.3
parent:      82793:a5a0d87f3dcc
parent:      82792:2277e43fef8b
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Mar 19 15:30:41 2013 -0700
summary:
  merge from 3.2

files:
  Misc/NEWS |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@
 
 *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 @@
 - 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list