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 ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan, pitrou
Date 2012-02-21.03:06:13
SpamBayes Score 0.00020660729
Marked as misclassified No
Message-id <1329793574.96.0.272112524101.issue14067@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I doubt you'd get many objections if you ended up wanting to make time a builtin module and inject it into the bootstrapping namespace.

While I don't think the delay in noticing filesystem changes is reasonable as the default behaviour, it might be interesting to see how tricky it would be to create a custom importer (for either meta_path or path_hooks) that did this.
History
Date User Action Args
2012-02-21 03:06:15ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, eric.snow
2012-02-21 03:06:14ncoghlansetmessageid: <1329793574.96.0.272112524101.issue14067@psf.upfronthosting.co.za>
2012-02-21 03:06:14ncoghlanlinkissue14067 messages
2012-02-21 03:06:13ncoghlancreate