diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-05 23:43:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2008-09-05 23:43:02 (GMT) |
commit | 9e4fdf446d284c579190fe57ea9d774357438ffc (patch) | |
tree | 7ee39d5735d664b290e65dddcec89cfb8856c5c7 /Misc | |
parent | 791dc2f32c3fb707319d0c8d93d6cde6175d1e01 (diff) | |
download | cpython-9e4fdf446d284c579190fe57ea9d774357438ffc.zip cpython-9e4fdf446d284c579190fe57ea9d774357438ffc.tar.gz cpython-9e4fdf446d284c579190fe57ea9d774357438ffc.tar.bz2 |
Merged revisions 66240 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66240 | antoine.pitrou | 2008-09-06 01:30:23 +0200 (sam., 06 sept. 2008) | 5 lines
Issue #3535: zipfile couldn't read some zip files larger than 2GB.
Reviewed by Amaury Forgeot d'Arc.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -86,6 +86,13 @@ C API Library ------- +- Issue #3535: zipfile couldn't read some zip files larger than 2GB. + +- Issue #3776: Deprecate the bsddb package for removal in 3.0. + +- Issue #3762: platform.architecture() fails if python is lanched via + its symbolic link. + - Issue #3660: fix a memory leak in the C accelerator of the pickle module. - Issue #3160: the "bdist_wininst" distutils command didn't work. |