@@ -68,7 +68,7 @@ value ``https://upload.pypi.org/legacy/`` instead:
6868 password: your password
6969
7070 (``legacy `` in this URL refers to the fact that this is the new server
71- implementation's emulation of the legacy server implementation's upload API)
71+ implementation's emulation of the legacy server implementation's upload API. )
7272
7373
7474Registering package names & metadata
@@ -124,7 +124,7 @@ Browsing packages
124124some users may choose to opt in to using it.
125125
126126``pypi.org `` is expected to become the default recommended interface for browsing
127- once the limitations in the next two sections are addressed (at which point
127+ once the limitations in the next section are addressed (at which point
128128attempts to access ``pypi.python.org `` will automatically be redirected to
129129``pypi.org ``).
130130
@@ -139,9 +139,11 @@ may choose to opt in to using it, but its current hosting setup isn't capable of
139139handling the full bandwidth requirements of being the default download source (even
140140after accounting for the Fastly CDN).
141141
142- ``pypi.org `` is expected to become the default host for downloading packages once
143- it has been redeployed into an environment capable of handling the associated
144- network load.
142+ ``pypi.org `` is expected to become the default host for downloading
143+ packages once it has been redeployed into an environment capable of
144+ handling the associated network load. The setup work is being tracked
145+ as part of the `Launch milestone
146+ <https://github.com/pypa/warehouse/milestone/1> `_.
145147
146148
147149Managing published packages and releases
@@ -150,8 +152,5 @@ Managing published packages and releases
150152``pypi.python.org `` provides an interface for logged in users to manage their
151153published packages and releases.
152154
153- ``pypi.org `` does not currently provide such an interface.
154-
155- The missing capabilities are being tracked as part of the
156- `Shut Down Legacy PyPI <https://github.com/pypa/warehouse/milestone/7 >`_
157- milestone.
155+ ``pypi.org `` also provides such an interface which is fully functional, and
156+ some users may choose to opt in to using it.
0 commit comments