Hugo van Kemenade
Hugo van Kemenade
Done in https://github.com/python/peps/pull/3832.
[This CSS](https://stackoverflow.com/a/67884012/724176) can be adapted to put rotated background text, but we'd need to put something like `class="rejected"` in the `` tag for the relevant PEPs, and I'm not sure...
See PR https://github.com/python/peps/pull/3682 to add directives to add a sticky warning banner.
Merged, but before adding the next batch let's check https://github.com/python/peps/pull/3682#issuecomment-2054071526 and https://github.com/python/peps/pull/3756#pullrequestreview-1999676523: do we need the blank line, or can we modify the custom directives somehow?
And PR https://github.com/python/peps/pull/3575 added the ability to add canonical link banners to the typing spec via intersphinx, like: ```rst .. canonical-typing-spec:: :ref:`typing:paramspec` ```
I've updated the OP with a checklist.
> [ ] [563](http://peps.python.org/563) Postponed Evaluation of Annotations: 3.7 Where is the spec for this one?
> * [ ] [604](http://peps.python.org/604) Allow writing union types as X | Y: 3.10 > * [ ] [688](http://peps.python.org/688) Making the buffer protocol accessible in Python: 3.12 > * [...
Almost done! https://peps.python.org/topic/typing/#accepted-peps-accepted-may-not-be-implemented-yet shows: Accepted PEPs (accepted; may not be implemented yet) | PEP | Title | Authors | -- | -- | -- | -- | -- SA |...
All done except for PEP 563/649, which is being implemented for 3.14, so we can mark that as final separately when the time comes. Thanks all, let's close this!