Skip to content

Commit 05d7fc2

Browse files
committed
clarify that resumable/parallel uploads are supported but not defined in this pep
1 parent f8469cf commit 05d7fc2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

peps/pep-0694.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ In addition, there are a number of major issues with the legacy API:
7777
* Creation of new projects requires the uploading of at least one file, leading to "stub" uploads
7878
to claim a project namespace.
7979

80-
The new upload API proposed in this PEP solves all of these problems, providing for a much more
81-
flexible approach, with better error reporting, a better release testing
82-
experience, and atomic and simultaneous publishing of all release artifacts.
80+
The new upload API proposed in this PEP provides a solution to all of these problems,
81+
providing for a much more flexible approach, with support for servers to
82+
implement resumable and parallel uploads via mechanisms,
83+
better error reporting, better release testing experience,
84+
and atomic and simultaneous publishing of all release artifacts.
8385

8486

8587
Legacy API

0 commit comments

Comments
 (0)