summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-16 21:49:12 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-16 21:49:12 (GMT)
commit0d0506ecef273135cf5c13ad5be2ad6448a155eb (patch)
tree122c0fd75c413ac96bc90b82b5ebcc0e2571fe77 /Misc
parent25e26a02f4bd5500cf29e3b298ddc2447e07abd1 (diff)
downloadcpython-0d0506ecef273135cf5c13ad5be2ad6448a155eb.zip
cpython-0d0506ecef273135cf5c13ad5be2ad6448a155eb.tar.gz
cpython-0d0506ecef273135cf5c13ad5be2ad6448a155eb.tar.bz2
Merged revisions 69692 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69692 | tarek.ziade | 2009-02-16 22:38:01 +0100 (Mon, 16 Feb 2009) | 1 line Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 03982c5..8357b21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -169,6 +169,9 @@ Core and Builtins
Library
-------
+- Issue #2279: distutils.sdist.add_defaults now add files
+ from the package_data and the data_files metadata.
+
- Issue #5257: refactored all tests in distutils, so they use
support.TempdirManager, to avoid writing in the tests directory.