]> granicus.if.org Git - python/commit
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 May 2009 21:17:17 +0000 (21:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 4 May 2009 21:17:17 +0000 (21:17 +0000)
commit97377bf56685282ac6e504f64e71794a7bdd80b6
tree7a5133bb252729f87c872bde91d69171e1218884
parente3a3726b3d647a4d20671f6029c05a404af83c56
Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory.
Lib/zipfile.py
Misc/NEWS