diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-24 13:42:10 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-10-24 13:42:10 (GMT) |
commit | 53fdb18b822395cae6e085f85ccc59f07a38dfd6 (patch) | |
tree | 738e9df2ce820f9753d2df613a8bb4de3d2820bd /Misc | |
parent | f6779fb1a4420775c1a32ac5ef396d061996be01 (diff) | |
download | cpython-53fdb18b822395cae6e085f85ccc59f07a38dfd6.zip cpython-53fdb18b822395cae6e085f85ccc59f07a38dfd6.tar.gz cpython-53fdb18b822395cae6e085f85ccc59f07a38dfd6.tar.bz2 |
Merged revisions 75662 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r75662 | tarek.ziade | 2009-10-24 15:38:27 +0200 (Sat, 24 Oct 2009) | 9 lines
Merged revisions 75659 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sat, 24 Oct 2009) | 1 line
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1069,6 +1069,9 @@ Core and Builtins Library ------- +- Issue #7066: archive_util.make_archive now restores the cwd if an error is + raised. Initial patch by Ezio Melotti. + - Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O. |