diff options
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 |