Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Sample text for closing future stdlib PRs
  • Loading branch information
srittau committed Mar 21, 2025
commit 4c1f075dcccc08ebf90f415f447218df3c71b762
15 changes: 15 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,18 @@ message when closing the PR. Example message:
<fails some tests OR has unresolved review feedback OR has a merge conflict>
after three months of inactivity. If you are still interested, please feel free to open
a new PR (or ping us to reopen this one).

### Closing PRs for future standard library changes

*See also the [guidelines in the CONTRIBUTING file](./CONTRIBUTING.md#standard-library-stubs).*

When rejecting a PR for a change for a future Python version, use a message
like:

Thanks for contributing! Unfortunately, we only accept pull requests to the
standard library for future Python versions after the first beta version
has been released. This is in part to prevent churn in the stubs, and in
part because the testing infrastructure for the future version is not yet
in place. When the first beta version has been releasd and this PR is
still relevant, please feel free to leave a comment here to reopen it.
Alternatively, you can open a new PR.