Graham Dumpleton added the comment:

Importing the cgi module the first time even in Python 2.X was always very 
expensive. I would suggest you redo the test using timing done inside of the 
script after modules have been imported so as to properly separate module 
import time in both cases from execution time of the specific function.

----------
nosy: +grahamd

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to