commit | fead3c8cca461e0fc2ce3f37dcb7d5260edbdddd | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Feb 23 21:05:27 2013 +0100 |
committer | Petri Lehtinen <petri@digip.org> | Sat Feb 23 21:05:48 2013 +0100 |
tree | ac3516ff0ec78132671b4a57312cc23be2cfee32 | |
parent | 2342784d285708ffd7ab742b3df888c004fb97e2 [diff] [blame] |
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
diff --git a/Misc/NEWS b/Misc/NEWS index 9f2a2be..a2f397c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -926,6 +926,9 @@ Documentation ------------- +- Issue #16403: Document how distutils uses the maintainer field in + PKG-INFO. Patch by Jyrki Pulliainen. + - Issue #16695: Document how glob handles filenames starting with a dot. Initial patch by Jyrki Pulliainen.