• 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
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...