peps
peps copied to clipboard
Python Enhancement Proposals
To be rebased on #3727 once merged. It's best to review section by section rather than by commits.
* [ ] Final implementation has been merged (including tests and docs) * [ ] PEP matches the final implementation * [ ] Any substantial changes since the accepted version...
* Change is either: * [x] To a Draft PEP * [ ] To an Accepted or Final PEP, with Steering Council approval * [ ] To fix an editorial...
- Documented: https://packaging.python.org/en/latest/specifications/inline-script-metadata/ - Implemented: - Hatch: https://hatch.pypa.io/latest/how-to/run/python-scripts/ - pip-run: https://github.com/jaraco/pip-run/tree/v12.6.1#script-declared-dependencies * [X] Final implementation has been merged (including tests and docs) * [X] PEP matches the final implementation *...
(context for PEP authors: This PR will not change how a specific PEP is presented or how it would be rendered -- if you're not interested in PEP infra changes,...
Per discussion with @dstufft: this removes the embedded provenance objects from the simple API and replaces them with digest references, much like the simple index. This has the virtuous effect...
While discussing the question of updating or superseding/deprecating PEPs, it occurred to me that it would probably be a good idea to display PEPs that aren't active (have been superseded,...
The text of typing PEPs has often served as the canonical reference for how aspects of the type system work. Now that we have [the typing spec](https://typing.readthedocs.io/en/latest/spec/index.html) in place, we...
The other PEPs that look like good candidates for being marked final are listed as follows. I've excluded PEPs that were approved for >3.11, refer to removals/changes planned for future...
### Problem Description Hello, PEPs Maintainance Team. Recently, I tried to do a simple experiment of using `sphinx-build` to build PEPs with its gettext generated `.po` files. However, I found...