diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:12:30 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:12:30 (GMT) |
commit | f9e49eaefc9af96a7e73356d697055bb72e97012 (patch) | |
tree | a1b2cedcfd566c2d19566813605b2af27aa669fb /Misc | |
parent | 3acc7ef1c5f9eb7cc4a56672ac2ee028c5522b61 (diff) | |
download | cpython-f9e49eaefc9af96a7e73356d697055bb72e97012.zip cpython-f9e49eaefc9af96a7e73356d697055bb72e97012.tar.gz cpython-f9e49eaefc9af96a7e73356d697055bb72e97012.tar.bz2 |
Update the description of which package versions PyPI displays (issue #16400).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -716,6 +716,9 @@ Tools/Demos Documentation ------------- +- Issue #16400: Update the description of which versions of a given package + PyPI displays. + - Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. Patch by Brian Brazil. |