File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Contributing
130130============
131131
132132Bugs 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
135135Bugs in the toolset should be reported to the tools themselves.
136136
Original file line number Diff line number Diff line change @@ -230,14 +230,8 @@ You can also access the development version of Python through Git. See
230230How 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
242236For more information on how Python is developed, consult `the Python Developer's
243237Guide <https://devguide.python.org/> `_.
You can’t perform that action at this time.
0 commit comments