summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-12 15:34:40 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-12 15:34:40 (GMT)
commitfaabef548dab1979759a67f482a06cdc3a153197 (patch)
tree34aecdc94718ddb6065833d9e8c882ea1c606222 /Misc
parent2d78a87e2ecb30bd22b13bd77cc58c09ac989293 (diff)
parentcde65768203618f084592fa5441a4c92618ed7e4 (diff)
downloadcpython-faabef548dab1979759a67f482a06cdc3a153197.zip
cpython-faabef548dab1979759a67f482a06cdc3a153197.tar.gz
cpython-faabef548dab1979759a67f482a06cdc3a153197.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 96e9ff5..7218bfd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -278,6 +278,10 @@ Library
ZLIB_RUNTIME_VERSION, in the zlib module. Patch by Torsten Landschoff.
- Issue #12959: Add collections.ChainMap to collections.__all__.
+
+- Issue #8933: distutils' PKG-INFO files and packaging's METADATA files will
+ now correctly report Metadata-Version: 1.1 instead of 1.0 if a Classifier or
+ Download-URL field is present.
- Issue #12567: Add curses.unget_wch() function. Push a character so the next
get_wch() will return it.