File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -1485,7 +1485,8 @@ def getpreferredencoding(do_setlocale=True):
1485
1485
# to include every locale up to Windows Vista.
1486
1486
#
1487
1487
# 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/
1489
1490
# Make sure you include the missing language identifier and the suggested
1490
1491
# locale code.
1491
1492
#
Original file line number Diff line number Diff line change 10
10
"""
11
11
# This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
12
12
# 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".
14
15
#
15
16
# Still needed:
16
17
# * support for MS-DOS (PythonDX ?)
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Each test should fail when run from the command line:
8
8
./python Lib/test/crashers/weakref_in_del.py
9
9
10
10
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.
13
14
14
15
Once the crash is fixed, the test case should be moved into an appropriate test
15
16
(even if it was originally from the test suite). This ensures the regression
Original file line number Diff line number Diff line change
1
+ Changes to documentation files and config outputs to reflect the new location for reporting bugs - i.e. GitHub rather than bugs.python.org.
Original file line number Diff line number Diff line change 72
72
/* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
73
73
* at acm dot org, with " at " changed at "@" and " dot " changed to ".").
74
74
* 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/ ). */
76
76
77
77
/* On a machine with IEEE extended-precision registers, it is
78
78
* necessary to specify double-precision (53-bit) rounding precision
You can’t perform that action at this time.
0 commit comments