summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorslateny <46876382+slateny@users.noreply.github.com>2022-05-03 14:40:36 (GMT)
committerGitHub <noreply@github.com>2022-05-03 14:40:36 (GMT)
commit9dc4aae8e92cef0590b1130bd5d1c07c1b932b73 (patch)
treeedbdeab48b1e2b8e9381b0d8f4cf882043ea2524 /Doc/faq
parentfbd5539a54a1cf79dd9623a24d42d363bf084897 (diff)
downloadcpython-9dc4aae8e92cef0590b1130bd5d1c07c1b932b73.zip
cpython-9dc4aae8e92cef0590b1130bd5d1c07c1b932b73.tar.gz
cpython-9dc4aae8e92cef0590b1130bd5d1c07c1b932b73.tar.bz2
Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/general.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 99534c2..bc4130a 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -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/>`_.