Merged revisions 81258 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r81258 | tarek.ziade | 2010-05-17 12:38:53 +0200 (Mon, 17 May 2010) | 9 lines

  Merged revisions 81255 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r81255 | tarek.ziade | 2010-05-17 12:06:20 +0200 (Mon, 17 May 2010) | 1 line

    Fixed #8688: Distutils now recalculates MANIFEST everytime.
  ........
................
This commit is contained in:
Tarek Ziadé 2010-05-17 10:48:29 +00:00
parent 2e71d014ea
commit dd4671a93e
3 changed files with 66 additions and 55 deletions

View file

@ -43,6 +43,8 @@ Core and Builtins
Library
-------
- Issue #8688: Distutils now recalculates MANIFEST everytime.
- Issue #5099: subprocess.Popen.__del__ no longer references global objects
to prevent issues during interpreter shutdown.