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 pitrou
Recipients brett.cannon, eric.snow, ncoghlan, pitrou
Date 2012-02-20.23:06:06
SpamBayes Score 5.160711e-07
Marked as misclassified No
Message-id <1329778963.3382.5.camel@localhost.localdomain>
In-reply-to <1329779080.07.0.812417903566.issue14067@psf.upfronthosting.co.za>
Content
> The patch uses the time module which is not a built-in, so it breaks
> bootstrapping by directly importing a module, and an extension at
> that. At best you could switch to a modified _FileFinder after
> importlib is initially running and able to import extension modules.

Yup, as I said it's more of a proof-of-concept.
(I was actually surprised that time is not a built-in module)
History
Date User Action Args
2012-02-20 23:06:07pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, eric.snow
2012-02-20 23:06:06pitroulinkissue14067 messages
2012-02-20 23:06:06pitroucreate