@@ -25,7 +25,7 @@ General Information
25
25
26
26
- Website: https://www.python.org
27
27
- Source code: https://github.com/python/cpython
28
- - Issue tracker: https://bugs. python.org
28
+ - Issue tracker: https://github.com/ python/cpython/issues
29
29
- Documentation: https://docs.python.org
30
30
- Developer's Guide: https://devguide.python.org/
31
31
@@ -185,8 +185,9 @@ example, if ``test_os`` and ``test_gdb`` failed, you can run::
185
185
make test TESTOPTS="-v test_os test_gdb"
186
186
187
187
If the failure persists and appears to be a problem with Python rather than
188
- your environment, you can `file a bug report <https://bugs.python.org >`_ and
189
- include relevant output from that command to show the issue.
188
+ your environment, you can `file a bug report
189
+ <https://github.com/python/cpython/issues> `_ and include relevant output from
190
+ that command to show the issue.
190
191
191
192
See `Running & Writing Tests <https://devguide.python.org/runtests/ >`_
192
193
for more on running tests.
@@ -213,9 +214,9 @@ and ``make altinstall`` in the others.
213
214
Issue Tracker and Mailing List
214
215
------------------------------
215
216
216
- Bug reports are welcome! You can use the ` issue tracker
217
- <https://bugs. python.org > `_ to report bugs , and/or submit pull requests ` on
218
- GitHub <https://github.com/python/cpython> `_.
217
+ Bug reports are welcome! You can use Github to ` report bugs
218
+ <https://github.com/ python/cpython/issues > `_, and/or ` submit pull requests
219
+ <https://github.com/python/cpython/pulls > `_.
219
220
220
221
You can also follow development discussion on the `python-dev mailing list
221
222
<https://mail.python.org/mailman/listinfo/python-dev/> `_.
0 commit comments