Skip to content

Commit 9dc4aae

Browse files
authored
Link to GitHub instead of BPO for CPython bug tracker (GH-92221)
1 parent fbd5539 commit 9dc4aae

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

Doc/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Contributing
130130
============
131131

132132
Bugs in the content should be reported to the
133-
`Python bug tracker <https://bugs.python.org>`_.
133+
`Python bug tracker <https://github.com/python/cpython/issues>`_.
134134

135135
Bugs in the toolset should be reported to the tools themselves.
136136

Doc/faq/general.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,8 @@ You can also access the development version of Python through Git. See
230230
How do I submit bug reports and patches for Python?
231231
---------------------------------------------------
232232

233-
To report a bug or submit a patch, please use the Roundup installation at
234-
https://bugs.python.org/.
235-
236-
You must have a Roundup account to report bugs; this makes it possible for us to
237-
contact you if we have follow-up questions. It will also enable Roundup to send
238-
you updates as we act on your bug. If you had previously used SourceForge to
239-
report bugs to Python, you can obtain your Roundup password through Roundup's
240-
`password reset procedure <https://bugs.python.org/user?@template=forgotten>`_.
233+
To report a bug or submit a patch, use the issue tracker at
234+
https://github.com/python/cpython/issues.
241235

242236
For more information on how Python is developed, consult `the Python Developer's
243237
Guide <https://devguide.python.org/>`_.

0 commit comments

Comments
 (0)