Skip to content

Commit 3de09ca

Browse files
GadgetStevehugovkarhadthedevencukouezio-melotti
authored
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Oleg Iarygin <[email protected]> Co-authored-by: Petr Viktorin <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
1 parent 90c3c68 commit 3de09ca

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Lib/locale.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,8 @@ def getpreferredencoding(do_setlocale=True):
14601460
# to include every locale up to Windows Vista.
14611461
#
14621462
# NOTE: this mapping is incomplete. If your language is missing, please
1463-
# submit a bug report to the Python bug tracker at http://bugs.python.org/
1463+
# submit a bug report as detailed in the Python devguide at:
1464+
# https://devguide.python.org/triage/issue-tracker/
14641465
# Make sure you include the missing language identifier and the suggested
14651466
# locale code.
14661467
#

Lib/platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"""
1111
# This module is maintained by Marc-Andre Lemburg <[email protected]>.
1212
# If you find problems, please submit bug reports/patches via the
13-
# Python bug tracker (http://bugs.python.org) and assign them to "lemburg".
13+
# Python issue tracker (https://github.com/python/cpython/issues) and
14+
# mention "@malemburg".
1415
#
1516
# Still needed:
1617
# * support for MS-DOS (PythonDX ?)

Lib/test/crashers/README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Each test should fail when run from the command line:
88
./python Lib/test/crashers/weakref_in_del.py
99

1010
Put as much info into a docstring or comments to help determine the cause of the
11-
failure, as well as a bugs.python.org issue number if it exists. Particularly
12-
note if the cause is system or environment dependent and what the variables are.
11+
failure, as well as an issue number or link if it exists.
12+
Particularly note if the cause is system or environment dependent and
13+
what the variables are.
1314

1415
Once the crash is fixed, the test case should be moved into an appropriate test
1516
(even if it was originally from the test suite). This ensures the regression
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changes to documentation files and config outputs to reflect the new location for reporting bugs - i.e. GitHub rather than bugs.python.org.

Python/dtoa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
/* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
7373
* at acm dot org, with " at " changed at "@" and " dot " changed to ".").
7474
* Please report bugs for this modified version using the Python issue tracker
75-
* (http://bugs.python.org). */
75+
* as detailed at (https://devguide.python.org/triage/issue-tracker/). */
7676

7777
/* On a machine with IEEE extended-precision registers, it is
7878
* necessary to specify double-precision (53-bit) rounding precision

0 commit comments

Comments
 (0)