[issue11454] urllib.request import time

2011-03-10 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com 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

[issue11454] urllib.request import time

2011-03-10 Thread Nadeem Vawda
Changes by Nadeem Vawda nadeem.va...@gmail.com: -- nosy: +nvawda ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11454 ___ ___ Python-bugs-list

[issue11454] urllib.request import time

2011-03-10 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11454 ___ ___ Python-bugs-list mailing

[issue11454] urllib.request import time

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

[issue11454] urllib.request import time

2011-03-09 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: What operating system is that on? -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11454 ___

[issue11454] urllib.request import time

2011-03-09 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com 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