PEP 1: Stop recommending Typing-SIG (it has ceased to be!) (#3453)

This commit is contained in:
Adam Turner 2023-09-21 23:01:39 +01:00 committed by GitHub
parent 3a6714f29e
commit d226c15c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -37,8 +37,8 @@ which don't significantly impair meaning and understanding.
If you're still unsure, we encourage you to reach out first before opening a If you're still unsure, we encourage you to reach out first before opening a
PR here. For example, you could contact the PEP author(s), propose your idea in PR here. For example, you could contact the PEP author(s), propose your idea in
a discussion venue appropriate to the PEP (such as `Typing-SIG a discussion venue appropriate to the PEP (such as `Typing Discourse
<https://mail.python.org/archives/list/typing-sig@python.org/>`__ for static <https://discuss.python.org/c/typing/>`__ for static
typing, or `Packaging Discourse <https://discuss.python.org/c/packaging/>`__ typing, or `Packaging Discourse <https://discuss.python.org/c/packaging/>`__
for packaging), or `open an issue <https://github.com/python/peps/issues>`__. for packaging), or `open an issue <https://github.com/python/peps/issues>`__.

View File

@ -136,8 +136,8 @@ forums, and attempts to build community consensus around the idea. The PEP
champion (a.k.a. Author) should first attempt to ascertain whether the idea is champion (a.k.a. Author) should first attempt to ascertain whether the idea is
PEP-able. Posting to the `Ideas category`_ of the `Python Discourse`_ is usually PEP-able. Posting to the `Ideas category`_ of the `Python Discourse`_ is usually
the best way to go about this, unless a more specialized venue is appropriate, the best way to go about this, unless a more specialized venue is appropriate,
such as `Typing-SIG`_ for static typing or the `Packaging category`_ of the such as the `Typing category`_ (for static typing ideas)
Python Discourse for packaging issues. or `Packaging category`_ (for packaging ideas) on the Python Discourse.
Vetting an idea publicly before going as far as writing a PEP is meant Vetting an idea publicly before going as far as writing a PEP is meant
to save the potential author time. Many ideas have been brought to save the potential author time. Many ideas have been brought
@ -284,8 +284,9 @@ The `PEPs category`_ of the `Python Discourse`_
is the preferred choice for most new PEPs, is the preferred choice for most new PEPs,
whereas historically the `Python-Dev`_ mailing list was commonly used. whereas historically the `Python-Dev`_ mailing list was commonly used.
Some specialized topics have specific venues, such as Some specialized topics have specific venues, such as
`Typing-SIG`_ for typing PEPs or the `Packaging category`_ on the Python the `Typing category`_ and the `Packaging category`_ on the Python
Discourse for packaging PEPs. If the PEP authors are unsure of the best venue, Discourse for typing and packaging PEPs, respectively.
If the PEP authors are unsure of the best venue,
the PEP Sponsor and PEP editors can advise them accordingly. the PEP Sponsor and PEP editors can advise them accordingly.
If a PEP undergoes a significant re-write or other major, substantive If a PEP undergoes a significant re-write or other major, substantive
@ -859,7 +860,7 @@ Footnotes
.. _PEPs category: https://discuss.python.org/c/peps/ .. _PEPs category: https://discuss.python.org/c/peps/
.. _Typing-SIG: https://mail.python.org/mailman3/lists/typing-sig.python.org/ .. _Typing category: https://discuss.python.org/c/typing/
.. _Packaging category: https://discuss.python.org/c/packaging/ .. _Packaging category: https://discuss.python.org/c/packaging/