diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-04 21:21:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-05-04 21:21:36 (GMT) |
commit | 3c33e087fc2178c76e76b29cb66d916742075fd4 (patch) | |
tree | 842a317fdadf719ec776e3591e11e6d7bd5e8b4a /Misc | |
parent | 4f5f98d7d122d5d5fe17d97ac61b288abb45a5fc (diff) | |
download | cpython-3c33e087fc2178c76e76b29cb66d916742075fd4.zip cpython-3c33e087fc2178c76e76b29cb66d916742075fd4.tar.gz cpython-3c33e087fc2178c76e76b29cb66d916742075fd4.tar.bz2 |
Merged revisions 72295 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72295 | antoine.pitrou | 2009-05-04 23:17:17 +0200 (lun., 04 mai 2009) | 3 lines
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -112,6 +112,9 @@ Installation Library ------- +- Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when + extracting a file to the root directory. + - Issue #5913: os.listdir() should fail for empty path on windows. - Issue #5084: unpickling now interns the attribute names of pickled objects, |