PEP 545 covers the governance procedures for the
python.org hosted documentation translations,
it was just written and accepted before the separate
topic pages existed.
It is also still an Active process.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
The ``__version__`` runtime convention hasn't been rejected,
as it's still a good way to version import packages instead of
(or in addition to) distribution packages.
We just concluded that this PEP wasn't the right vehicle for
documenting it, which is better reflected as a withdrawal rather
than as a rejection.
---------
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* PEP 8106: 2025 Term Steering Council election
* Update peps/pep-8106.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
---------
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This is an attempt to specify the behavior that I suggested on Discuss
and that has been endorsed by the Typing Council.
Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
- Move away from '__extra_items__: T' to 'extra_items=T'
- Repurpose the 'closed' class parameter to make 'closed=True'
an alias of 'extra_items=Never'
- Include references to the typing spec
- Normalize terms like "assignability" and "consistent" to match the
typing glossary (https://typing.readthedocs.io/en/latest/spec/glossary.html)
- Update sections that contain documentation quotes to match the
up-to-date version
- Add new sections about other ideas
- Bump the target version to 3.14
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Continuing #4054. I added acceptance dates to all PEPs in the packaging
and typing topics with numbers over 700, and then to a few other recent PEPs
where it seemed useful.
* Add Post-History
* Expand rejected ideas
* Update specification to be more formal in spec
This change updates the specification for `Wheel-Version` to include
more information about the format and tool behavior.
It also clarifies that the move to `whlx` is for all future versions of
the wheel format, and that the `x` in `whlx` is the letter x, not the
major version.
* Add note about accessing wheel metadata
* Add Discussion-To header
* Clarify metadata copying behavior
* Clarify PEP 658 discussion
* Clarify rejected idea about .whl2
* Correct post-history link
* Fix single backticks
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>