--- Georg Brandl <[EMAIL PROTECTED]> wrote: > ISTM that many modules using open() do also use > os.path > utilities to create the filename given to open(). In > that > case, you have an import statement in any case. >
Not the case for us: 154 modules call only open() 11 modules call only os.path.join() 20 modules do call both But to your larger point, 80 out of the 174 modules that call open() do say "import os" for other reasons. ____________________________________________________________________________________Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, when. http://tv.yahoo.com/collections/222 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com