From 3bb54487675cd28166fc7271b5788b185bcc1b63 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 29 Aug 1994 10:52:58 +0000 Subject: New way of generating .pyc files, thanks to Sjoerd. urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative) --- Lib/importall.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/importall.py') diff --git a/Lib/importall.py b/Lib/importall.py index 1d20377105..1383e80790 100755 --- a/Lib/importall.py +++ b/Lib/importall.py @@ -1,3 +1,5 @@ +# THIS IS OBSOLETE -- USE MODULE 'compileall' INSTEAD! + # Utility module to import all modules in the path, in the hope # that this will update their ".pyc" files. -- cgit v1.2.1