diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 (GMT) |
commit | 260a788767ff6dadd04ecf9e9e26b363ca28c8ae (patch) | |
tree | 12414a9590a0d01352602301df811c3d48576989 /Misc | |
parent | 14927d0928d624e0c07e70dc10aa347a6fff111e (diff) | |
download | cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.zip cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.gz cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.bz2 |
Version bump to 3.2 final.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 31 | ||||
-rw-r--r-- | Misc/RPM/python-3.2.spec | 2 |
2 files changed, 15 insertions, 18 deletions
@@ -12,9 +12,6 @@ Core and Builtins - Issue #11249: Fix potential crashes when using the limited API. -Library -------- - Build ----- @@ -42,40 +39,40 @@ Core and Builtins - Issue #11135: Remove redundant doc field from PyType_Spec. -- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check - in the limited ABI. +- Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited + ABI. - Issue #11118: Fix bogus export of None in python3.dll. Library ------- -- Issue #11116: any error during addition of a message to a mailbox now causes - a rollback, instead of leaving the mailbox partially modified. +- Issue #11116: any error during addition of a message to a mailbox now causes a + rollback, instead of leaving the mailbox partially modified. -- Issue #11132: Fix passing of "optimize" parameter when recursing - in compileall.compile_dir(). +- Issue #11132: Fix passing of "optimize" parameter when recursing in + compileall.compile_dir(). - Issue #11110: Fix a potential decref of a NULL in sqlite3. -- Issue #8275: Fix passing of callback arguments with ctypes under Win64. - Patch by Stan Mihai. +- Issue #8275: Fix passing of callback arguments with ctypes under Win64. Patch + by Stan Mihai. Build ----- -- Issue #11079: The /Applications/Python x.x folder created by the Mac - OS X installers now includes a link to the installed documentation - and no longer includes an Extras directory. The Tools directory is - now installed in the framework under share/doc. +- Issue #11079: The /Applications/Python x.x folder created by the Mac OS X + installers now includes a link to the installed documentation and no longer + includes an Extras directory. The Tools directory is now installed in the + framework under share/doc. - Issue #11121: Fix building with --enable-shared. Tests ----- -- Issue #10971: test_zipimport_support is once again compatible with the - refleak hunter feature of test.regrtest. +- Issue #10971: test_zipimport_support is once again compatible with the refleak + hunter feature of test.regrtest. What's New in Python 3.2 Release Candidate 2? diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec index 87f2918..a5ecdc7 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.2rc3 +%define version 3.2 %define libvers 3.2 #--end constants-- %define release 1pydotorg |