summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-05 09:48:52 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-05 09:48:52 (GMT)
commit04410c05c18a5c6af5f62a50f72488baf5312c8e (patch)
treece5106268591a5dbb081ff9b782da50aa6782c37 /Misc
parent2cf04487acda2dcdc3837fab5498c66921c514bd (diff)
parentdcfcb6458206a7cf6e61e8f91f756e62137125fe (diff)
downloadcpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.zip
cpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.tar.gz
cpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b553b8a..920974c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,10 @@ Core and Builtins
Library
-------
+- Issue #13712: pysetup create should not convert package_data to extra_files.
+
+- Issue #11805: package_data in setup.cfg should allow more than one value.
+
- Issue #13933: IDLE auto-complete did not work with some imported
module, like hashlib. (Patch by Roger Serwy)