summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-06-01 07:29:12 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-06-01 07:29:12 (GMT)
commit4a700bb4698c1ec7f94b26f78f866929b013647f (patch)
treed97f9e24781653a915d34c51ac67f7cfccb3e512 /Misc
parent19a7daa50749d9e5e013daf87b064afa4b354729 (diff)
downloadcpython-4a700bb4698c1ec7f94b26f78f866929b013647f.zip
cpython-4a700bb4698c1ec7f94b26f78f866929b013647f.tar.gz
cpython-4a700bb4698c1ec7f94b26f78f866929b013647f.tar.bz2
SF 1668596/1720897: distutils now copies data files
even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b0a0372..41c4f18 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -159,6 +159,7 @@ John DeGood
Vincent Delft
Erik Demaine
Roger Dev
+Raghuram Devarakonda
Toby Dickenson
Mark Dickinson
Yves Dionne
diff --git a/Misc/NEWS b/Misc/NEWS
index e3577db..33c45ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,9 @@ Core and builtins
Library
-------
+- SF 1668596/1720897: distutils now copies data files
+ even if package_dir is empty.
+
- sha now raises a DeprecationWarning upon import.
- md5 now raises a DeprecationWarning upon import.