summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-09 23:51:40 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-09 23:51:40 (GMT)
commit13e8c8e7216ff52b92d9ba51125b939c021e26d4 (patch)
tree875cd843c45bbdde052441ec8b0a021c19852168 /Misc
parentfce67fcd84f7ab66dde11646eead6378698c04b0 (diff)
downloadcpython-13e8c8e7216ff52b92d9ba51125b939c021e26d4.zip
cpython-13e8c8e7216ff52b92d9ba51125b939c021e26d4.tar.gz
cpython-13e8c8e7216ff52b92d9ba51125b939c021e26d4.tar.bz2
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
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 401e022..12ac26e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,10 @@ Core and Builtins
Library
-------
+- Issue #8933: distutils' PKG-INFO files will now correctly report
+ Metadata-Version: 1.1 instead of 1.0 if a Classifier or Download-URL field is
+ present.
+
- Issue #9561: distutils now reads and writes egg-info files using UTF-8,
instead of the locale encoding.