commit | e199a494677933cbfce3fa7a3ee4bd2f40113153 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon May 04 21:24:37 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon May 04 21:24:37 2009 +0000 |
tree | 5da3890b9a213cf15b3f86142810434b5186229b | |
parent | 6da51a120d5f395a0342ac4d533f5b5ce95093de [diff] |
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. ........