summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-04 06:35:54 (GMT)
committerGeorg Brandl <georg@python.org>2011-09-04 06:35:54 (GMT)
commit3484a8771c7e4f8da65960d32c25071432f8afd3 (patch)
treeea586dacd5e2ed1315932d6a645383de30d70237 /Misc
parente3bb2cfb7ad8325dbf98312592221efc6e7625f2 (diff)
parentd42b7a332c40a54d1fe0a9b8a5b9f8d419c6bb90 (diff)
downloadcpython-3484a8771c7e4f8da65960d32c25071432f8afd3.zip
cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.gz
cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.bz2
Merge with release clone.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS48
-rw-r--r--Misc/RPM/python-3.2.spec2
2 files changed, 33 insertions, 17 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd39f35..c12bda2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,9 +13,6 @@ Core and Builtins
- Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
mapped to POSIX errno ENOTDIR (previously EINVAL).
-- Accept bytes for the AST string type. This is temporary until a proper fix in
- 3.3.
-
- Issue #9200: The str.is* methods now work with strings that contain non-BMP
characters even in narrow Unicode builds.
@@ -32,9 +29,6 @@ Library
- Issue #12636: IDLE reads the coding cookie when executing a Python script.
-- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
- now respect a --skip-build option given to bdist.
-
- Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
the C pickle implementation.
@@ -44,18 +38,12 @@ Library
- Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
greater than FD_SETSIZE.
-- Issue #12839: Fix crash in zlib module due to version mismatch.
- Fix by Richard M. Tew.
-
- Issue #11657: Fix sending file descriptors over 255 over a multiprocessing
Pipe.
- Issue #12213: Fix a buffering bug with interleaved reads and writes that
could appear on BufferedRandom streams.
-- Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python
- is compiled on Linux 3.
-
- Issue #12650: Fix a race condition where a subprocess.Popen could leak
resources (FD/zombie) when killed at the wrong time.
@@ -68,7 +56,38 @@ Tests
What's New in Python 3.2.2?
===========================
-*Release date: XX-XXX-2011*
+*Release date: 03-Sep-2011*
+
+Core and Builtins
+-----------------
+
+- Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python
+ is compiled on Linux 3.
+
+- Accept bytes for the AST string type. This is temporary until a proper fix in
+ 3.3.
+
+Library
+-------
+
+- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
+ now respect a --skip-build option given to bdist.
+
+- Issue #12839: Fix crash in zlib module due to version mismatch.
+ Fix by Richard M. Tew.
+
+Extension Modules
+-----------------
+
+- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
+ some functions like file.write().
+
+
+
+What's New in Python 3.2.2 release candidate 1?
+===============================================
+
+*Release date: 14-Aug-2011*
Core and Builtins
-----------------
@@ -200,9 +219,6 @@ Extension Modules
- Issue #11241: subclasses of ctypes.Array can now be subclassed.
-- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
- some functions like file.write().
-
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
signature. Without this, architectures where sizeof void* != sizeof int are
broken. Patch given by Hallvard B Furuseth.
diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec
index 955ca3d..40943c0 100644
--- a/Misc/RPM/python-3.2.spec
+++ b/Misc/RPM/python-3.2.spec
@@ -39,7 +39,7 @@
%define name python
#--start constants--
-%define version 3.2.1
+%define version 3.2.2
%define libvers 3.2
#--end constants--
%define release 1pydotorg