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 rosslagerwall
Recipients orsenthil, rosslagerwall
Date 2011-03-09.20:07:16
SpamBayes Score 0.011568716
Marked as misclassified No
Message-id <1299701237.24.0.992920521308.issue11454@psf.upfronthosting.co.za>
In-reply-to
Content
While importing most modules has little effect on the start up time,
importing urllib.request seems to take a considerable time.

E.g.: without importing urllib.request:
real	0m0.072s
user	0m0.070s
sys	0m0.000s

with importing urllib.request:
real	0m0.127s
user	0m0.120s
sys	0m0.010s
History
Date User Action Args
2011-03-09 20:07:17rosslagerwallsetrecipients: + rosslagerwall, orsenthil
2011-03-09 20:07:17rosslagerwallsetmessageid: <1299701237.24.0.992920521308.issue11454@psf.upfronthosting.co.za>
2011-03-09 20:07:16rosslagerwalllinkissue11454 messages
2011-03-09 20:07:16rosslagerwallcreate