summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-10-18 16:50:06 (GMT)
committerBarry Warsaw <barry@python.org>2009-10-18 16:50:06 (GMT)
commitbde44876de7a12838a3e83735b1f5d88380d3877 (patch)
tree265441f4e9533de386a288afb114ffcc685060aa /Misc
parent0c0cfad5fbe1adf3a682a8803a99db35c6761d57 (diff)
downloadcpython-bde44876de7a12838a3e83735b1f5d88380d3877.zip
cpython-bde44876de7a12838a3e83735b1f5d88380d3877.tar.gz
cpython-bde44876de7a12838a3e83735b1f5d88380d3877.tar.bz2
Bump to 2.6.4rc2v2.6.4rc2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS28
-rw-r--r--Misc/RPM/python-2.6.spec2
2 files changed, 21 insertions, 9 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e7fd69..2816d5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,27 +4,39 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.6.4rc1?
+What's New in Python 2.6.4rc2?
==============================
-*Release date: 07-Oct-2009*
+*Release date: 18-Oct-2009*
Core and Builtins
-----------------
-- Issue #7019: Raise ValueError when unmarshalling bad long data, instead
- of producing internally inconsistent Python longs.
-
Library
-------
-- Issue #7149: fix exception in urllib when detecting proxy settings on OSX.
+- Issue #7115: Fixed the extension module builds that is failing when using
+ paths in the extension name instead of dotted names.
- Issue #7120: logging: Removed import of multiprocessing which is causing
crash in GAE.
-- Issue #7115: Fixed the extension module builds that is failing when using
- paths in the extension name instead of dotted names.
+- Issue #7149: fix exception in urllib when detecting proxy settings on OSX.
+
+
+What's New in Python 2.6.4rc1?
+==============================
+
+*Release date: 07-Oct-2009*
+
+Core and Builtins
+-----------------
+
+- Issue #7019: Raise ValueError when unmarshalling bad long data, instead
+ of producing internally inconsistent Python longs.
+
+Library
+-------
- Issue #7068: Fixed the partial renaming that occured in r72594.
diff --git a/Misc/RPM/python-2.6.spec b/Misc/RPM/python-2.6.spec
index d8bfb3e..9cec03e 100644
--- a/Misc/RPM/python-2.6.spec
+++ b/Misc/RPM/python-2.6.spec
@@ -34,7 +34,7 @@
%define name python
#--start constants--
-%define version 2.6.4rc1
+%define version 2.6.4rc2
%define libver 2.6
#--end constants--
%define release 1pydotorg