diff options
author | Guido van Rossum <guido@python.org> | 1996-10-15 14:40:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-15 14:40:41 (GMT) |
commit | 008ec689be2b6181259f6493eb5e90119c3d2f65 (patch) | |
tree | 76cbf08d0d4b64dcc54d282806126dff1ba44070 /Lib/macurl2path.py | |
parent | 4808dcb5645d88f185c22a4fdff489dc8816240c (diff) | |
download | cpython-008ec689be2b6181259f6493eb5e90119c3d2f65.zip cpython-008ec689be2b6181259f6493eb5e90119c3d2f65.tar.gz cpython-008ec689be2b6181259f6493eb5e90119c3d2f65.tar.bz2 |
Added warning not to import directly.
Diffstat (limited to 'Lib/macurl2path.py')
-rw-r--r-- | Lib/macurl2path.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py index 65afe69..7d53d62 100644 --- a/Lib/macurl2path.py +++ b/Lib/macurl2path.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 |