Searched refs:win32_ver (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Tools/unicode/ |
D | genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/third_party/python/Lib/ |
D | platform.py | 360 def win32_ver(release='', version='', csd='', ptype=''): function 843 release, version, csd, ptype = win32_ver() 1214 rel, vers, csd, ptype = win32_ver(version)
|
/third_party/node/tools/gyp/ |
D | test_gyp.py | 162 print(" Win %s %s\n" % platform.win32_ver()[0:2])
|
/third_party/python/Lib/test/ |
D | test_platform.py | 311 res = platform.win32_ver()
|
D | test_ssl.py | 4881 'Windows': platform.win32_ver,
|
/third_party/python/Doc/library/ |
D | platform.rst | 200 .. function:: win32_ver(release='', version='', csd='', ptype='')
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 501 Prevent memory leak in win32_ver().
|
D | 3.9.0b1.rst | 473 :func:`platform.win32_ver` now produces correct *ptype* strings instead of
|
D | 3.10.0b1.rst | 663 platform.win32_ver derives the windows version from 666 Therefore change the platform.win32_ver to determine the version using the
|
D | 3.5.3rc1.rst | 822 Prevent memory leak in win32_ver().
|
D | 3.7.0a1.rst | 4494 Prevent memory leak in win32_ver().
|