Searched refs:_WIN32_SERVER_RELEASES (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dplatform.py555 _WIN32_SERVER_RELEASES = { variable
656 release = (_WIN32_SERVER_RELEASES.get((maj, min)) or
657 _WIN32_SERVER_RELEASES.get((maj, None)) or
/external/python/cpython3/Lib/
H A Dplatform.py490 _WIN32_SERVER_RELEASES = { variable
530 release = (_WIN32_SERVER_RELEASES.get((maj, min)) or
531 _WIN32_SERVER_RELEASES.get((maj, None)) or

Completed in 138 milliseconds