[Python-Dev] Python install layout and the PATH on win32

Serhiy Storchaka storchaka at gmail.com
Sat Mar 17 15:07:27 CET 2012


17.03.12 13:57, Paul Moore написав(ла):
> As there is no
> way of knowing the Python version without running Python, this is too
> slow to be practical.

Cold start:
$ time python3 --version
Python 3.1.2

real    0m0.073s
user    0m0.004s
sys     0m0.004s

Hot start:
$ time python3 --version
Python 3.1.2

real    0m0.007s
user    0m0.004s
sys     0m0.004s



More information about the Python-Dev mailing list