• Guido van Rossum's avatar
    Trent Mick: · da5cc82d
    Guido van Rossum yazdı
    Use "win32" for sys.platform on Win64 instead of "win32" because:
    1. While it may be confusing to the Python scriptor on Win64 that he has to
       check for win*32*, that is something that he will learn the first time. It
       is better than the alternative of the scriptor happily using "win64" and
       then that code not running on Win32 for no good reason.
    2. The main question is: is Win64 so much more like Win32 than different from
       it that the common-case general Python programmer should not ever have to
       make the differentiation in his Python code. Or, at least, enough so that
       such differentiation by the Python scriptor is rare enough that some other
       provided mechanism is sufficient (even preferable). Currently the answer
       is yes. Hopefully MS will not change this answer.
    da5cc82d
Adı
Son kayıt (commit)
Son güncelleme
..
example_nt Loading commit data...
os2vacpp Loading commit data...
src Loading commit data...
utils Loading commit data...
vc15_lib Loading commit data...
vc15_w31 Loading commit data...
wat_dos Loading commit data...
wat_os2 Loading commit data...
WinMain.c Loading commit data...
_winreg.c Loading commit data...
config.c Loading commit data...
config.h Loading commit data...
dl_nt.c Loading commit data...
dllbase_nt.txt Loading commit data...
frozen_dllmain.c Loading commit data...
getpathp.c Loading commit data...
import_nt.c Loading commit data...
make8x3.py Loading commit data...
makesrc.exe Loading commit data...
msvcrtmodule.c Loading commit data...
py.ico Loading commit data...
pyc.ico Loading commit data...
pycon.ico Loading commit data...
pyth_w31.def Loading commit data...
python.mk Loading commit data...
python.wpj Loading commit data...
python_exe.rc Loading commit data...
python_nt.rc Loading commit data...
readme.txt Loading commit data...
testpy.py Loading commit data...
winreg.c Loading commit data...
winsound.c Loading commit data...