Searched defs:_WIN32_CLIENT_RELEASES (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
H A Dplatform.py471 _WIN32_CLIENT_RELEASES = { variable
514 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
515 _WIN32_CLIENT_RELEASES.get((maj, None)) or
/external/python/cpython2/Lib/
H A Dplatform.py536 _WIN32_CLIENT_RELEASES = { variable
640 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
641 _WIN32_CLIENT_RELEASES.get((maj, None)) or

Completed in 148 milliseconds