summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-16 21:38:01 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-16 21:38:01 (GMT)
commit7dd533963fc947982e472db555cd0ee4b937c9cf (patch)
tree3d7f441fffb5e63b2d48a5f36bf99e95fdfdf071 /Misc
parenta7b0c12152e6268bb09b462f2a0fe52178ee6065 (diff)
downloadcpython-7dd533963fc947982e472db555cd0ee4b937c9cf.zip
cpython-7dd533963fc947982e472db555cd0ee4b937c9cf.tar.gz
cpython-7dd533963fc947982e472db555cd0ee4b937c9cf.tar.bz2
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 3e37c28..004e9f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,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.