]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Trent Mick:
authorGuido van Rossum <guido@python.org>
Wed, 10 May 2000 13:25:32 +0000 (13:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 May 2000 13:25:32 +0000 (13:25 +0000)
commitda5cc82d5919318c33393ba0a0dc90e4552f011d
tree019dcd54984de5a6934198f274812c58668548a6
parent230cae7474858a8ce2147849a7a00a5501564641
Trent Mick:

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.
PC/config.h