diff options
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) |
commit | 04410c05c18a5c6af5f62a50f72488baf5312c8e (patch) | |
tree | ce5106268591a5dbb081ff9b782da50aa6782c37 /Misc | |
parent | 2cf04487acda2dcdc3837fab5498c66921c514bd (diff) | |
parent | dcfcb6458206a7cf6e61e8f91f756e62137125fe (diff) | |
download | cpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.zip cpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.tar.gz cpython-04410c05c18a5c6af5f62a50f72488baf5312c8e.tar.bz2 |
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |