summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-10 23:15:03 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2013-11-10 23:15:03 (GMT)
commit3492e39b447a8e76df9da1cc05bd1cdf504e74f1 (patch)
tree44fb85c20ba355d5b1799ea50aa564725054e55b /Misc
parenta44372fd0b143947b86926d9377f2b4c3a585dca (diff)
downloadcpython-3492e39b447a8e76df9da1cc05bd1cdf504e74f1.zip
cpython-3492e39b447a8e76df9da1cc05bd1cdf504e74f1.tar.gz
cpython-3492e39b447a8e76df9da1cc05bd1cdf504e74f1.tar.bz2
Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
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 e96504e..cc97e24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,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 #1575020: Fixed support of 24-bit wave files on big-endian platforms.
- Issue #19480: HTMLParser now accepts all valid start-tag names as defined