diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 20:09:12 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 20:09:12 (GMT) |
commit | 7de72ad8a02760e0aa385e9024d6c20d7b1fb3de (patch) | |
tree | 00d8f9c311d562c6b663dc49647643b50b68d766 /Misc | |
parent | e2c114733b1c9dc3a78c6723934e523e5260e156 (diff) | |
parent | 905b648754be0974f32cfd259bad7f6a7e3aebfb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |