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 gvanrossum
Recipients brett.cannon, bronger, dcjim, gvanrossum, jhylton, loewis, ncoghlan, tim.peters
Date 2009-03-31.15:35:26
SpamBayes Score 3.8846e-06
Marked as misclassified No
Message-id <1238513727.78.0.542439344311.issue992389@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, never mind about the importlib bug, that was my mistake.
importlib actually behaves exactly the same way as the built-in import.

I conclude that this is probably the best semantics of import that we
can hope for in this corner case.

I propose to close this as "works as intended" -- and perhaps document
it somewhere.
History
Date User Action Args
2009-03-31 15:35:27gvanrossumsetrecipients: + gvanrossum, tim.peters, loewis, jhylton, brett.cannon, dcjim, ncoghlan, bronger
2009-03-31 15:35:27gvanrossumsetmessageid: <1238513727.78.0.542439344311.issue992389@psf.upfronthosting.co.za>
2009-03-31 15:35:26gvanrossumlinkissue992389 messages
2009-03-31 15:35:26gvanrossumcreate