Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dplatform.py523 _WIN32_SERVER_RELEASES = { variable
563 release = (_WIN32_SERVER_RELEASES.get((maj, min)) or
564 _WIN32_SERVER_RELEASES.get((maj, None)) or
/external/python/cpython2/Lib/
Dplatform.py585 _WIN32_SERVER_RELEASES = { variable
686 release = (_WIN32_SERVER_RELEASES.get((maj, min)) or
687 _WIN32_SERVER_RELEASES.get((maj, None)) or