8000 [3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub o… · python/cpython@e7c7749 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7c7749

Browse files
miss-islingtonGadgetStevehugovkarhadthedevencukou
authored
[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) (GH-117890)
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) (cherry picked from commit 3de09ca) Co-authored-by: Steve (Gadget) Barnes <gadgetsteve@hotmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent a844e83 commit e7c7749

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
@@ -1485,7 +1485,8 @@ def getpreferredencoding(do_setlocale=True):
14851485
# to include every locale up to Windows Vista.
14861486
#
14871487
# NOTE: this mapping is incomplete. If your language is missing, please
1488-
# submit a bug report to the Python bug tracker at http://bugs.python.org/
1488+
# submit a bug report as detailed in the Python devguide at:
1489+
# https://devguide.python.org/triage/issue-tracker/
14891490
# Make sure you include the missing language identifier and the suggested
14901491
# locale code.
14911492
#

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 <mal@egenix.com>.
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)
0