summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-12 15:15:26 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-12 15:15:26 (GMT)
commit1d7deafeea8fad9c58480f646e7ac125105288c5 (patch)
tree213ca2e6dc5c102a22b0eb3e21526fe8d945fae8 /Misc
parentb77c6c65c06a19740fe2f22004959a4aa1eaba5d (diff)
parent647ef8cd68e97bf7ae2b7bc546e1fc2ce6a2988d (diff)
downloadcpython-1d7deafeea8fad9c58480f646e7ac125105288c5.zip
cpython-1d7deafeea8fad9c58480f646e7ac125105288c5.tar.gz
cpython-1d7deafeea8fad9c58480f646e7ac125105288c5.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 d7ec9d3..d9e8f4b 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.