diff options
author | Guido van Rossum <guido@python.org> | 1996-10-21 18:10:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-21 18:10:19 (GMT) |
commit | b6685dcfeb44fe3ca4792bc603648fa88e07c43d (patch) | |
tree | 87da9faf09d50466f39c746d60050ec558996b53 /Lib/dos-8x3/macurl2p.py | |
parent | 0c373691ae417d7ddb03f1107b6dee231902f048 (diff) | |
download | cpython-b6685dcfeb44fe3ca4792bc603648fa88e07c43d.zip cpython-b6685dcfeb44fe3ca4792bc603648fa88e07c43d.tar.gz cpython-b6685dcfeb44fe3ca4792bc603648fa88e07c43d.tar.bz2 |
The usual...
Diffstat (limited to 'Lib/dos-8x3/macurl2p.py')
-rwxr-xr-x | Lib/dos-8x3/macurl2p.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/dos-8x3/macurl2p.py b/Lib/dos-8x3/macurl2p.py index 65afe69..7d53d62 100755 --- a/Lib/dos-8x3/macurl2p.py +++ b/Lib/dos-8x3/macurl2p.py @@ -1,4 +1,5 @@ -"""Mac specific module for conversion between pathnames and URLs.""" +"""Mac specific module for conversion between pathnames and URLs. +Do not import directly, use urllib instead.""" import string import urllib |