diff options
author | Georg Brandl <georg@python.org> | 2009-09-19 08:43:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-19 08:43:16 (GMT) |
commit | 52c1794b98c959dfc4aee069c8e9af9b6e89814e (patch) | |
tree | f927026ac1f29ce462d4810f8a572575d8c40f52 /Lib/platform.py | |
parent | ab849891ef1d96c4f770fbd256b2436359146f03 (diff) | |
download | cpython-52c1794b98c959dfc4aee069c8e9af9b6e89814e.zip cpython-52c1794b98c959dfc4aee069c8e9af9b6e89814e.tar.gz cpython-52c1794b98c959dfc4aee069c8e9af9b6e89814e.tar.bz2 |
Update bug tracker reference.
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index 3e0f904..5fda9fb 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -10,7 +10,7 @@ """ # This module is maintained by Marc-Andre Lemburg <mal@egenix.com>. # If you find problems, please submit bug reports/patches via the -# Python SourceForge Project Page and assign them to "lemburg". +# Python bug tracker (http://bugs.python.org) and assign them to "lemburg". # # Note: Please keep this module compatible to Python 1.5.2. # |