]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
authorslateny <46876382+slateny@users.noreply.github.com>
Tue, 3 May 2022 14:40:36 +0000 (07:40 -0700)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 14:40:36 +0000 (22:40 +0800)
Doc/README.rst
Doc/faq/general.rst

index c0ac7c4d3d762f0d17eb68545979437fe72f4783..4326086e9e3529954e6ddac7a145f728e61d3f7a 100644 (file)
@@ -130,7 +130,7 @@ Contributing
 ============
 
 Bugs in the content should be reported to the
-`Python bug tracker <https://bugs.python.org>`_.
+`Python bug tracker <https://github.com/python/cpython/issues>`_.
 
 Bugs in the toolset should be reported to the tools themselves.
 
index 99534c2ebf6e1c6347a367d5a2b3735beb00e5d8..bc4130aaa45c89a0a9511bf64b9c82a1664797fc 100644 (file)
@@ -230,14 +230,8 @@ You can also access the development version of Python through Git.  See
 How do I submit bug reports and patches for Python?
 ---------------------------------------------------
 
-To report a bug or submit a patch, please use the Roundup installation at
-https://bugs.python.org/.
-
-You must have a Roundup account to report bugs; this makes it possible for us to
-contact you if we have follow-up questions.  It will also enable Roundup to send
-you updates as we act on your bug. If you had previously used SourceForge to
-report bugs to Python, you can obtain your Roundup password through Roundup's
-`password reset procedure <https://bugs.python.org/user?@template=forgotten>`_.
+To report a bug or submit a patch, use the issue tracker at
+https://github.com/python/cpython/issues.
 
 For more information on how Python is developed, consult `the Python Developer's
 Guide <https://devguide.python.org/>`_.