aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Lib/platform.py
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-07-02 22:47:57 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2024-07-02 22:59:47 +0300
commit96b239778766d32d5158aca805e08199b3c0a743 (patch)
treea9c8679261a62138ec4735d878a11f6478cd196a /contrib/tools/python3/Lib/platform.py
parent292e7317266c2136a1e1bd027e16e6eefb639028 (diff)
downloadydb-96b239778766d32d5158aca805e08199b3c0a743.tar.gz
Update contrib/tools/python3 to 3.12.4
6e8edffbef193b35b45ddccdc3beda6bb2627186
Diffstat (limited to 'contrib/tools/python3/Lib/platform.py')
-rwxr-xr-xcontrib/tools/python3/Lib/platform.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tools/python3/Lib/platform.py b/contrib/tools/python3/Lib/platform.py
index 7bb222088d..c5b6048036 100755
--- a/contrib/tools/python3/Lib/platform.py
+++ b/contrib/tools/python3/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 ?)