summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-04 21:17:17 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-04 21:17:17 (GMT)
commit97377bf56685282ac6e504f64e71794a7bdd80b6 (patch)
tree7a5133bb252729f87c872bde91d69171e1218884 /Misc
parente3a3726b3d647a4d20671f6029c05a404af83c56 (diff)
downloadcpython-97377bf56685282ac6e504f64e71794a7bdd80b6.zip
cpython-97377bf56685282ac6e504f64e71794a7bdd80b6.tar.gz
cpython-97377bf56685282ac6e504f64e71794a7bdd80b6.tar.bz2
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 587106c..c8ae918 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -269,6 +269,9 @@ Core and Builtins
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,