@@ -447,7 +447,7 @@ If a package ships its own `py.typed` file, please follow these steps:
447
447
448
448
1 . Open an issue with the earliest month of removal in the subject.
449
449
2 . A maintainer will add the
450
- [ "stubs: removal" label] ( https://github.com/python/typeshed/labels/stubs% 3A%20removal ) .
450
+ [ "stubs: removal" label] ( https://github.com/python/typeshed/labels/%22stubs% 3A%20removal%22 ) .
451
451
3 . Open a PR that sets the ` obsolete_since ` field in the ` METADATA.toml `
452
452
file to the first version of the package that shipped ` py.typed ` .
453
453
4 . After at least six months, open a PR to remove the stubs.
@@ -457,7 +457,7 @@ steps:
457
457
458
458
1 . Open an issue explaining why the stubs should be removed.
459
459
2 . A maintainer will add the
460
- [ "stubs: removal" label] ( https://github.com/python/typeshed/labels/stubs% 3A%20removal ) .
460
+ [ "stubs: removal" label] ( https://github.com/python/typeshed/labels/%22stubs% 3A%20removal%22 ) .
461
461
3 . Open a PR that sets the ` no_longer_updated ` field in the ` METADATA.toml `
462
462
file to ` true ` .
463
463
4 . When a new version of the package was automatically uploaded to PyPI
@@ -468,7 +468,7 @@ for any stub obsoletions or removals.
468
468
469
469
### Marking PRs as "deferred"
470
470
471
- We sometimes use the [ "status: deferred" label] ( https://github.com/python/typeshed/labels/status% 3A%20deferred )
471
+ We sometimes use the [ "status: deferred" label] ( https://github.com/python/typeshed/labels/%22status% 3A%20deferred%22 )
472
472
to mark PRs and issues that we'd like to accept, but that are blocked by some
473
473
external factor. Blockers can include:
474
474
0 commit comments