diff options
author | Steve (Gadget) Barnes <gadgetsteve@hotmail.com> | 2024-04-01 13:02:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 13:02:07 (GMT) |
commit | 3de09cadde788065a4f2d45117e789c9353bbd12 (patch) | |
tree | db12d9d52e98988b953ffc6c069f1a71b5b23982 /Lib/platform.py | |
parent | 90c3c68a658db6951b77a5be50088ec2f6adc8eb (diff) | |
download | cpython-3de09cadde788065a4f2d45117e789c9353bbd12.zip cpython-3de09cadde788065a4f2d45117e789c9353bbd12.tar.gz cpython-3de09cadde788065a4f2d45117e789c9353bbd12.tar.bz2 |
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
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>
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index dbcb636..ebaba37 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -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 ?) |