summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2022-04-10 20:50:18 (GMT)
committerGitHub <noreply@github.com>2022-04-10 20:50:18 (GMT)
commit672e7de911e5d189f5d5d2649c0b3bb575778e28 (patch)
tree233a228606d03a6b71a5a939bf6e0ce8cf3d00e6 /README.rst
parentbcda3f1645ca1beb01e4b1fe67d82ace87077cbe (diff)
downloadcpython-672e7de911e5d189f5d5d2649c0b3bb575778e28.zip
cpython-672e7de911e5d189f5d5d2649c0b3bb575778e28.tar.gz
cpython-672e7de911e5d189f5d5d2649c0b3bb575778e28.tar.bz2
Remove linking to bugs.python.org from the README (#91418)
Fixes #91424.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index c0881ad..7a46de6 100644
--- a/README.rst
+++ b/README.rst
@@ -25,7 +25,7 @@ General Information
- Website: https://www.python.org
- Source code: https://github.com/python/cpython
-- Issue tracker: https://bugs.python.org
+- Issue tracker: https://github.com/python/cpython/issues
- Documentation: https://docs.python.org
- Developer's Guide: https://devguide.python.org/
@@ -185,8 +185,9 @@ example, if ``test_os`` and ``test_gdb`` failed, you can run::
make test TESTOPTS="-v test_os test_gdb"
If the failure persists and appears to be a problem with Python rather than
-your environment, you can `file a bug report <https://bugs.python.org>`_ and
-include relevant output from that command to show the issue.
+your environment, you can `file a bug report
+<https://github.com/python/cpython/issues>`_ and include relevant output from
+that command to show the issue.
See `Running & Writing Tests <https://devguide.python.org/runtests/>`_
for more on running tests.
@@ -213,9 +214,9 @@ and ``make altinstall`` in the others.
Issue Tracker and Mailing List
------------------------------
-Bug reports are welcome! You can use the `issue tracker
-<https://bugs.python.org>`_ to report bugs, and/or submit pull requests `on
-GitHub <https://github.com/python/cpython>`_.
+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/>`_.