Message227

Author pedronis
Recipients
Date 2000-12-20.03:01:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PyModule.__findattr__ now checks if a not found attr
exists with '__name__.attr' in sys.modules and if is the
case returns that before calling
imp.loadFromPath, avoiding the recursion.
History
Date User Action Args
2008-02-20 17:16:46adminlinkissue226327 messages
2008-02-20 17:16:46admincreate