]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added warning not to import directly.
authorGuido van Rossum <guido@python.org>
Tue, 15 Oct 1996 14:40:41 +0000 (14:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Oct 1996 14:40:41 +0000 (14:40 +0000)
Lib/macurl2path.py

index 65afe69c13a9824ed3d87697d1898bda9617baf3..7d53d624aa7296d1e4cddc643ea4c098e80ad185 100644 (file)
@@ -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