summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 20:09:12 (GMT)
committerPetri Lehtinen <petri@digip.org>2013-02-23 20:09:12 (GMT)
commit7de72ad8a02760e0aa385e9024d6c20d7b1fb3de (patch)
tree00d8f9c311d562c6b663dc49647643b50b68d766 /Misc
parente2c114733b1c9dc3a78c6723934e523e5260e156 (diff)
parent905b648754be0974f32cfd259bad7f6a7e3aebfb (diff)
downloadcpython-7de72ad8a02760e0aa385e9024d6c20d7b1fb3de.zip
cpython-7de72ad8a02760e0aa385e9024d6c20d7b1fb3de.tar.gz
cpython-7de72ad8a02760e0aa385e9024d6c20d7b1fb3de.tar.bz2
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16e4d54..258c549 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -756,6 +756,9 @@ Tools/Demos
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.