[issue11454] urllib.request import time

2011-03-10 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue11454] urllib.request import time

2011-03-10 Thread Nadeem Vawda
Changes by Nadeem Vawda : -- nosy: +nvawda ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11454] urllib.request import time

2011-03-10 Thread Ross Lagerwall
Ross Lagerwall added the comment: OK, running this: import base64 import bisect import hashlib import io import os import posixpath import random import re import socket import sys import time import collections import io import os import socket import collections import warnings import warnin

[issue11454] urllib.request import time

2011-03-09 Thread Ross Lagerwall
Ross Lagerwall added the comment: Ubuntu 10.10. I haven't investigated whether it is actually urllib.request that is causing the long import time or a module that it is dependent on. -- ___ Python tracker __

[issue11454] urllib.request import time

2011-03-09 Thread Martin v . Löwis
Martin v. Löwis added the comment: What operating system is that on? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mai

[issue11454] urllib.request import time

2011-03-09 Thread Ross Lagerwall
New submission from Ross Lagerwall : 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: real0m0.072s user0m0.070s sys 0m0.000s with importing urllib.request: real