[issue11454] urllib.request import time

Ross Lagerwall report at bugs.python.org
Wed Mar 9 21:07:17 CET 2011


New submission from Ross Lagerwall <rosslagerwall at gmail.com>:

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

----------
components: Library (Lib)
messages: 130461
nosy: orsenthil, rosslagerwall
priority: normal
severity: normal
status: open
title: urllib.request import time
type: resource usage
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11454>
_______________________________________


More information about the Python-bugs-list mailing list