This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aflag
Recipients
Date 2007-06-28.03:35:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't think this is a very good idea, if you'll be using the module name all the time, then you might as well simple import it. Besides, I think it could lead to confusion. You may have an object named fo in your script and if you mistakenly type foo a module will get imported and you won't understand anything. Specially if the module is something you don't even know about in your PYTHONPATH.
History
Date User Action Args
2007-08-23 16:12:50adminlinkissue1720992 messages
2007-08-23 16:12:50admincreate