summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-10 23:21:49 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2013-11-10 23:21:49 (GMT)
commit375dc9b8b42cd9a8b98679c751dc859620956be3 (patch)
tree060aadab7a2f633b28c029e131b568afe0f165f6 /Misc/NEWS
parent711e91b28397281f95c2d98dfc9561d38b8f8c41 (diff)
parent3492e39b447a8e76df9da1cc05bd1cdf504e74f1 (diff)
downloadcpython-375dc9b8b42cd9a8b98679c751dc859620956be3.zip
cpython-375dc9b8b42cd9a8b98679c751dc859620956be3.tar.gz
cpython-375dc9b8b42cd9a8b98679c751dc859620956be3.tar.bz2
Merge with 3.3 for Issue #19544 and Issue #7457
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c5be741..fef9e62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,10 @@ Core and Builtins
Library
-------
+- Issue #19544 and Issue #7457: Restore the read_pkg_file method to
+ distutils.dist.DistributionMetadata accidentally removed in the undo of
+ distutils2.
+
- Issue #16685: Added support for any bytes-like objects in the audioop module.
Removed support for strings.