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 pje
Recipients
Date 2004-09-16.21:00:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=56214

Hi Stephen.  I don't understand why 'path' has to be
non-null.  Not only that, but if it *is* null and the module
has no __path__, your patch is still going to pass in a null
path.  So I'm confused.  How did you discover the problem?

Similarly, I'm confused as to why 'mod=reload(mod)' would be
necessary now, but wasn't before.  There have been no
changes that I see in test_importhooks that would cause
that.  What was your testing methodology for this?
History
Date User Action Args
2007-08-23 14:26:17adminlinkissue1029475 messages
2007-08-23 14:26:17admincreate