Skip to content

[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) #117890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Lib/locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,8 @@ def getpreferredencoding(do_setlocale=True):
# to include every locale up to Windows Vista.
#
# NOTE: this mapping is incomplete. If your language is missing, please
# submit a bug report to the Python bug tracker at http://bugs.python.org/
# submit a bug report as detailed in the Python devguide at:
# https://devguide.python.org/triage/issue-tracker/
# Make sure you include the missing language identifier and the suggested
# locale code.
#
Expand Down
3 changes: 2 additions & 1 deletion Lib/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"""
# This module is maintained by Marc-Andre Lemburg <[email protected]>.
# If you find problems, please submit bug reports/patches via the
# Python bug tracker (http://bugs.python.org) and assign them to "lemburg".
# Python issue tracker (https://github.com/python/cpython/issues) and
# mention "@malemburg".
#
# Still needed:
# * support for MS-DOS (PythonDX ?)
Expand Down
5 changes: 3 additions & 2 deletions Lib/test/crashers/README
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Each test should fail when run from the command line:
./python Lib/test/crashers/weakref_in_del.py

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

Once the crash is fixed, the test case should be moved into an appropriate test
(even if it was originally from the test suite). This ensures the regression
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changes to documentation files and config outputs to reflect the new location for reporting bugs - i.e. GitHub rather than bugs.python.org.
2 changes: 1 addition & 1 deletion Python/dtoa.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
/* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
* at acm dot org, with " at " changed at "@" and " dot " changed to ".").
* Please report bugs for this modified version using the Python issue tracker
* (http://bugs.python.org). */
* as detailed at (https://devguide.python.org/triage/issue-tracker/). */

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