Home
last modified time | relevance | path

Searched refs:_WIN32_CLIENT_RELEASES (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dplatform.py504 _WIN32_CLIENT_RELEASES = { variable
547 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
548 _WIN32_CLIENT_RELEASES.get((maj, None)) or
/external/python/cpython2/Lib/
Dplatform.py566 _WIN32_CLIENT_RELEASES = { variable
670 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
671 _WIN32_CLIENT_RELEASES.get((maj, None)) or