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
  ........
................
This commit is contained in:
Tarek Ziadé 2009-10-24 13:42:10 +00:00
parent f6779fb1a4
commit 53fdb18b82
3 changed files with 25 additions and 6 deletions

View file

@ -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.