summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-04 21:21:36 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-04 21:21:36 (GMT)
commit3c33e087fc2178c76e76b29cb66d916742075fd4 (patch)
tree842a317fdadf719ec776e3591e11e6d7bd5e8b4a /Misc
parent4f5f98d7d122d5d5fe17d97ac61b288abb45a5fc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 378ed32..a92164b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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,