diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-16 22:42:39 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-16 22:42:39 (GMT) |
commit | 555f0e99f670073f57ef083c019f0061d9d5c2ab (patch) | |
tree | 987bfc9b465ba978cc8d2b9d21ab500eb766451f /Doc/whatsnew/2.7.rst | |
parent | de27e482104d6930dd036f0791f76ec0555b7d85 (diff) | |
download | cpython-555f0e99f670073f57ef083c019f0061d9d5c2ab.zip cpython-555f0e99f670073f57ef083c019f0061d9d5c2ab.tar.gz cpython-555f0e99f670073f57ef083c019f0061d9d5c2ab.tar.bz2 |
Merged revisions 69700 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69700 | tarek.ziade | 2009-02-16 23:38:43 +0100 (Mon, 16 Feb 2009) | 1 line
note about #2279
........
Diffstat (limited to 'Doc/whatsnew/2.7.rst')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 77fe3a2..8037b13 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -117,6 +117,9 @@ changes, sorted alphabetically by module name. Consult the :file:`Misc/NEWS` file in the source tree for a more complete list of changes, or look through the Subversion logs for all the details. +* In Distutils, distutils.sdist.add_defaults now uses package_dir and data_files + to feed MANIFEST. + * It is not mandatory anymore to store clear text passwords in the :file:`.pypirc` file when registering and uploading packages to PyPI. As long as the username is present in that file, the :mod:`distutils` package will |