diff options
author | Mike Smith <mikesmith@screamingjoypad.com> | 2021-08-23 19:15:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 19:15:52 (GMT) |
commit | 7b550dfce64bd134c5604fd1f2d4c43ae2b669e4 (patch) | |
tree | a4cdf4c522111a6a09b682ffce28dc7efdfb7437 /README.rst | |
parent | 1eb451031a64b4f28d737ee7f394252ae9a76118 (diff) | |
download | cpython-7b550dfce64bd134c5604fd1f2d4c43ae2b669e4.zip cpython-7b550dfce64bd134c5604fd1f2d4c43ae2b669e4.tar.gz cpython-7b550dfce64bd134c5604fd1f2d4c43ae2b669e4.tar.bz2 |
[doc] Added mailing list link for comp.lang.python (GH-27852)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -229,12 +229,13 @@ Proposals for enhancement ------------------------- If you have a proposal to change Python, you may want to send an email to the -comp.lang.python or `python-ideas`_ mailing lists for initial feedback. A +`comp.lang.python`_ or `python-ideas`_ mailing lists for initial feedback. A Python Enhancement Proposal (PEP) may be submitted if your idea gains ground. All current PEPs, as well as guidelines for submitting a new PEP, are listed at `python.org/dev/peps/ <https://www.python.org/dev/peps/>`_. .. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/ +.. _comp.lang.python: https://mail.python.org/mailman/listinfo/python-list Release Schedule |