We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f6e4c commit 5e591b9Copy full SHA for 5e591b9
1 file changed
peps/pep-0752.rst
@@ -235,11 +235,11 @@ detected when any existing namespace starts with the proposed namespace.
235
Uploads
236
-------
237
238
-If the following criteria are all true for a given upload:
+If the name of a package being uploaded matches a reserved namespace and either
239
+of the following criteria are true:
240
241
1. The project does not yet exist.
-2. The name matches a reserved namespace.
242
-3. The project is not owned by an organization with an active grant for the
+2. The project is not owned by an organization with an active grant for the
243
namespace.
244
245
Then the upload MUST fail with a 403 HTTP status code.
0 commit comments