windows - win32 ro win64 in the python output info? -
i have installed win7 ultimate 64 ,when enter python
d:\python34\python python 3.4.0 (v3.4.0:04f714765c13, mar 16 2014, 19:25:23) [msc v.1600 64 bit (am
d64)] on win32
why info not following:
python 3.4.0 (v3.4.0:04f714765c13, mar 16 2014, 19:25:23) [msc v.1600 64 bit (am
d64)] on win64
because windows 64-bit api entirely same windows 32-bit api , both referred win32 short. while there number of significant differences between windows 16-bit , 32-bit api, 32-bit , 64-bit apis can used interchangeably.
the 64 bit (amd64)
part of version banner lets know you're using 64-bit version of python.
Comments
Post a Comment