From: Guido van Rossum Date: Tue, 15 Oct 1996 14:40:41 +0000 (+0000) Subject: Added warning not to import directly. X-Git-Tag: v1.4~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=008ec689be2b6181259f6493eb5e90119c3d2f65;p=thirdparty%2FPython%2Fcpython.git Added warning not to import directly. --- diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py index 65afe69c13a9..7d53d624aa72 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