commit | 92ffc500d1b218d533953c8b7a79733902125f9c | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Sep 10 04:56:44 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sat Sep 10 04:56:44 2011 +0200 |
tree | ff5a16f7be1abb72fd64d6ce0b1c59881bb80eb4 | |
parent | 46a9d62828bb1179dc718fb0ac24e7db5e8fa39f [diff] [blame] | |
parent | 13e8c8e7216ff52b92d9ba51125b939c021e26d4 [diff] [blame] |
Merge fix for #8933 from 3.2
diff --git a/Misc/NEWS b/Misc/NEWS index 84b6be3..67b8cf8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -274,6 +274,10 @@ 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 #12567: Add curses.unget_wch() function. Push a character so the next get_wch() will return it.