diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-05-24 19:30:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-05-24 19:30:52 (GMT) |
commit | 0b09c42ffec7b56b7f94c11d160ca083944c9cf8 (patch) | |
tree | 3dab68c17b8d22e1ad26666e167118e3dcdca117 /Misc | |
parent | 53b578eba14d377e75ebe7cfd93a644f7ac42057 (diff) | |
download | cpython-0b09c42ffec7b56b7f94c11d160ca083944c9cf8.zip cpython-0b09c42ffec7b56b7f94c11d160ca083944c9cf8.tar.gz cpython-0b09c42ffec7b56b7f94c11d160ca083944c9cf8.tar.bz2 |
Issue #6050: Don't fail extracting a directory from a zipfile if
the directory already exists.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -302,6 +302,9 @@ Core and Builtins Library ------- +- Issue #6050: Don't fail extracting a directory from a zipfile if + the directory already exists. + - Issue #5311: bdist_msi can now build packages that do not depend on a specific Python version. |