commit | 13e8c8e7216ff52b92d9ba51125b939c021e26d4 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Sep 10 01:51:40 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sat Sep 10 01:51:40 2011 +0200 |
tree | 875cd843c45bbdde052441ec8b0a021c19852168 | |
parent | fce67fcd84f7ab66dde11646eead6378698c04b0 [diff] [blame] |
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
diff --git a/Misc/NEWS b/Misc/NEWS index 401e022..12ac26e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,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 #9561: distutils now reads and writes egg-info files using UTF-8, instead of the locale encoding.