diff options
| author | Barry Warsaw <barry@python.org> | 2010-08-03 22:39:42 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2010-08-03 22:39:42 (GMT) |
| commit | 6053744c3a3175992ac5f27cdf628e5ca01cbb57 (patch) | |
| tree | 806470828f64438432025ebeaa8afd5d773284bc /Misc | |
| parent | 6f09ea893713808934d21cf56eeddbf4f51a3fcb (diff) | |
| download | cpython-2.6.6rc1.zip cpython-2.6.6rc1.tar.gz cpython-2.6.6rc1.tar.bz2 | |
Bumping to 2.6.6 rc 1v2.6.6rc1
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 10 | ||||
| -rw-r--r-- | Misc/RPM/python-2.6.spec | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -4,10 +4,10 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 2.6.6 alpha 1? -=================================== +What's New in Python 2.6.6 rc 1? +================================ -*Release date: XXXX-XX-XX* +*Release date: 2010-08-03* Core and Builtins ----------------- @@ -58,8 +58,8 @@ Core and Builtins small arguments were treated this way; larger arguments (those whose __int__ was outside the range of a C long) would produce a TypeError. -- Issue #8417: Raise an OverflowError when an integer larger than sys.maxsize is - passed to bytearray. +- Issue #8417: Raise an OverflowError when an integer larger than sys.maxsize + is passed to bytearray. - Issue #8329: Don't return the same lists from select.select when no fds are changed. diff --git a/Misc/RPM/python-2.6.spec b/Misc/RPM/python-2.6.spec index 11b069f..ba38b34 100644 --- a/Misc/RPM/python-2.6.spec +++ b/Misc/RPM/python-2.6.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 2.6.5 +%define version 2.6.6rc1 %define libver 2.6 #--end constants-- %define release 1pydotorg |
