Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
08012311
Commit
08012311
authored
Nov 14, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
parent
9e173ebd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Doc/distutils/packageindex.rst
Doc/distutils/packageindex.rst
+3
-3
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/distutils/packageindex.rst
View file @
08012311
...
...
@@ -43,9 +43,9 @@ the web interface. They may also designate other users as Owners or Maintainers.
Maintainers may edit the package information, but not designate other Owners or
Maintainers.
By default PyPI
will list all versions of a given package. To hide certain
versions, the Hidden property should be set to yes. This must be edited throug
h
the web interfac
e.
By default PyPI
displays only the newest version of a given package. The web
interface lets one change this default behavior and manually select whic
h
versions to display and hid
e.
.. _pypirc:
...
...
Misc/NEWS
View file @
08012311
...
...
@@ -558,6 +558,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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment