]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
authorSteve (Gadget) Barnes <gadgetsteve@hotmail.com>
Mon, 1 Apr 2024 13:02:07 +0000 (14:02 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 13:02:07 +0000 (13:02 +0000)
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>
Lib/locale.py
Lib/platform.py
Lib/test/crashers/README
Misc/NEWS.d/next/Documentation/2022-04-15-13-15-23.gh-issue-91565.OznXwC.rst [new file with mode: 0644]
Python/dtoa.c

index e0cb4c5449d5567f4984bd0affa8ae3a33a4765b..d8c09f1123d318681e240c8d52e22794b3132217 100644 (file)
@@ -1460,7 +1460,8 @@ locale_alias = {
 # 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.
 #
index dbcb636df64981b5bb55621cf9918a14cbdea7a4..ebaba37563120e2f4b11f27135af2103716e7170 100755 (executable)
@@ -10,7 +10,8 @@
 """
 #    This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
 #    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 ?)
index 0259a0688cbc67cfc0d038d70eb5b6b68e2e6e63..d844385113eb45e6c1caa0bac56846d6f309b416 100644 (file)
@@ -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
diff --git a/Misc/NEWS.d/next/Documentation/2022-04-15-13-15-23.gh-issue-91565.OznXwC.rst b/Misc/NEWS.d/next/Documentation/2022-04-15-13-15-23.gh-issue-91565.OznXwC.rst
new file mode 100644 (file)
index 0000000..df97e2c
--- /dev/null
@@ -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.
index 6e3162f80bdae1e8dacd7967e7158877882e1509..8bba06d3b232898f2010ec0548895d9580be99a8 100644 (file)
@@ -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