Home
last modified time | relevance | path

Searched refs:win32_ver (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Tools/unicode/
Dgenwincodec.py54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
/third_party/python/Lib/
Dplatform.py360 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/
Dtest_gyp.py162 print(" Win %s %s\n" % platform.win32_ver()[0:2])
/third_party/python/Lib/test/
Dtest_platform.py311 res = platform.win32_ver()
Dtest_ssl.py4881 'Windows': platform.win32_ver,
/third_party/python/Doc/library/
Dplatform.rst200 .. function:: win32_ver(release='', version='', csd='', ptype='')
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst501 Prevent memory leak in win32_ver().
D3.9.0b1.rst473 :func:`platform.win32_ver` now produces correct *ptype* strings instead of
D3.10.0b1.rst663 platform.win32_ver derives the windows version from
666 Therefore change the platform.win32_ver to determine the version using the
D3.5.3rc1.rst822 Prevent memory leak in win32_ver().
D3.7.0a1.rst4494 Prevent memory leak in win32_ver().