summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2009-04-07 01:54:02 (GMT)
committerBarry Warsaw <barry@python.org>2009-04-07 01:54:02 (GMT)
commit90971e0cd278a9697684eff14d741c8de58ae5d4 (patch)
tree07882bc9ab587756d8ab07e096f02766763c63d2 /Misc
parent2b4857379412492b9a830d75cb289ec74188e530 (diff)
downloadcpython-90971e0cd278a9697684eff14d741c8de58ae5d4.zip
cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.gz
cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.bz2
Bump to 2.6.2c1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS26
-rw-r--r--Misc/RPM/python-2.6.spec2
2 files changed, 14 insertions, 14 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf0eec8..3c75497 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.6.2
-==========================
+What's New in Python 2.6.2 rc 1
+===============================
-*Release date: XX-XXX-200X*
+*Release date: 06-Apr-2009*
Core and Builtins
-----------------
@@ -19,8 +19,8 @@ Core and Builtins
- Issue #1665206: Remove the last eager import in _warnings.c and make it lazy.
-- Issue #4034: Fix weird attribute error messages of the traceback object. (As a
- result traceback.__members__ no longer exists.)
+- Issue #4034: Fix weird attribute error messages of the traceback object. (As
+ a result traceback.__members__ no longer exists.)
- Issue #5247: Improve error message when unknown format codes are
used when using str.format() with str, unicode, long, int, and
@@ -137,8 +137,8 @@ Library
- Issue #5619: Multiprocessing children disobey the debug flag and causes
popups on windows buildbots. Patch applied to work around this issue.
-- Issue #5632: Thread.ident was None for the main thread and threads not created
- with the threading module.
+- Issue #5632: Thread.ident was None for the main thread and threads not
+ created with the threading module.
- Issue #5400: Added patch for multiprocessing on netbsd compilation/support
@@ -186,8 +186,8 @@ Library
- Issue #5179: Fixed subprocess handle leak on failure on windows.
-- Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all
- ready received.
+- Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data
+ all ready received.
- Issue #5401: Fixed a performance problem in mimetypes when ``from mimetypes
import guess_extension`` was used.
@@ -217,11 +217,11 @@ Library
function without argtypes (only occurs if HAVE_USABLE_WCHAR_T is false).
- Issue #3321: _multiprocessing.Connection() doesn't check handle; added checks
- for *nix machines for negative handles and large int handles. Without this check
- it is possible to segfault the interpreter.
+ for *nix machines for negative handles and large int handles. Without this
+ check it is possible to segfault the interpreter.
-- Issue #4449: AssertionError in mp_benchmarks.py, caused by an underlying issue
- in sharedctypes.py.
+- Issue #4449: AssertionError in mp_benchmarks.py, caused by an underlying
+ issue in sharedctypes.py.
- Issue #3386: distutils.sysconfig.get_python_lib prefix argument was ignored
under NT and OS2. Patch by Philip Jenvey.
diff --git a/Misc/RPM/python-2.6.spec b/Misc/RPM/python-2.6.spec
index d57c65d..134044a 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.1
+%define version 2.6.2c1
%define libver 2.6
#--end constants--
%define release 1pydotorg