diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:24:21 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-11-14 20:24:21 (GMT) |
commit | 251269ccc8e6fac7e5f8ba89359cee8e6bdd5dfb (patch) | |
tree | 962367c659e87d0db3c835fc5d1127328d3ef24b /Misc | |
parent | 87ed599b8a4afffbcb63677b19865b06e05032cf (diff) | |
parent | f9e49eaefc9af96a7e73356d697055bb72e97012 (diff) | |
download | cpython-251269ccc8e6fac7e5f8ba89359cee8e6bdd5dfb.zip cpython-251269ccc8e6fac7e5f8ba89359cee8e6bdd5dfb.tar.gz cpython-251269ccc8e6fac7e5f8ba89359cee8e6bdd5dfb.tar.bz2 |
Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -266,6 +266,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. |