8000 Infra: Add directives to show warning banner for deprecated PEPs by hugovk · Pull Request #3682 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Infra: Add directives to show warning banner for deprecated PEPs #3682

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Apr 14, 2024
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
Prev Previous commit
Next Next commit
PEP 363: link to rejection discussion from banner
  • Loading branch information
hugovk committed Feb 27, 2024
commit 5cb05c29bb3e92d0439f1f852130753fb8073c96
4 changes: 4 additions & 0 deletions peps/pep-0363.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Created: 29-Jan-2007
Post-History: 12-Feb-2007

.. rejected::
This PEP has been rejected.
See :ref:`363-rejection` for more information.

Abstract
========
Expand Down Expand Up @@ -170,6 +172,8 @@ of c.180 additional lines in the core code, and c.100 additional
lines of tests. It is available as sourceforge patch #1657573 [1]_.


.. _363-rejection:

Mailing Lists Discussion
========================

Expand Down
0