commit | 672422a328d0a4c9ce5528a64bdefd9a10474caf | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 13:29:44 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 13:29:44 2009 +0000 |
tree | 8ea4f94c6d1d70e31f95722255812ced69796f8b | |
parent | 1d6e2e1833864238b903325b37d05fef9b794393 [diff] [blame] |
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
diff --git a/Misc/NEWS b/Misc/NEWS index 7f38259..052ec48 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,9 @@ Library ------- +- Issue #7066: archive_util.make_archive now restores the cwd if an error is + raised. Initial patch by Ezio Melotti. + - Issue #6218: io.StringIO and io.BytesIO instances are now picklable with protocol 2.