From 008ec689be2b6181259f6493eb5e90119c3d2f65 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 15 Oct 1996 14:40:41 +0000 Subject: Added warning not to import directly. --- Lib/macurl2path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Lib/macurl2path.py') diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py index 65afe69c13..7d53d624aa 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 -- cgit v1.2.1