summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-16 12:25:18 (GMT)
committerGitHub <noreply@github.com>2023-08-16 12:25:18 (GMT)
commit2598a1a835e5bdf0532c08d867cf54f94aeb85a0 (patch)
tree2548796e1990bdc84804e192991ff0e964b7c0ed
parent8cb750df13c3d508726b6d507d35b807f1826e32 (diff)
downloadcpython-2598a1a835e5bdf0532c08d867cf54f94aeb85a0.zip
cpython-2598a1a835e5bdf0532c08d867cf54f94aeb85a0.tar.gz
cpython-2598a1a835e5bdf0532c08d867cf54f94aeb85a0.tar.bz2
[3.12] README: remove unmaintained sections (GH-107703) (#107762)
README: remove unmaintained sections (GH-107703) (cherry picked from commit 7a250fdc16bb6f1fe0a6b0df8bb502870405b5d6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
-rw-r--r--README.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/README.rst b/README.rst
index 7742de6..b97bd3c 100644
--- a/README.rst
+++ b/README.rst
@@ -211,30 +211,6 @@ primary version, you would execute ``make install`` in your 3.12 build directory
and ``make altinstall`` in the others.
-Issue Tracker and Mailing List
-------------------------------
-
-Bug reports are welcome! You can use Github to `report bugs
-<https://github.com/python/cpython/issues>`_, and/or `submit pull requests
-<https://github.com/python/cpython/pulls>`_.
-
-You can also follow development discussion on the `python-dev mailing list
-<https://mail.python.org/mailman/listinfo/python-dev/>`_.
-
-
-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
-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
-`peps.python.org <https://peps.python.org/>`_.
-
-.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas/
-.. _comp.lang.python: https://mail.python.org/mailman/listinfo/python-list
-
-
Release Schedule
----------------