Home | History | Annotate | Download | only in Lib

Lines Matching refs:win32_ver

53 #    0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
71 # instead; extended the win32_ver() to also return processor
73 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
500 def win32_ver(release='', version='', csd='', ptype=''):
928 # Try win32_ver() on win32 platforms
930 release, version, csd, ptype = win32_ver()
950 # Normalize system to what win32_ver() normally returns
1337 rel, vers, csd, ptype = win32_ver(version)