HomeSort by relevance Sort by last modified time
    Searched refs:_WIN32_CLIENT_RELEASES (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/
platform.py 536 _WIN32_CLIENT_RELEASES = {
640 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
641 _WIN32_CLIENT_RELEASES.get((maj, None)) or
    [all...]
  /external/python/cpython3/Lib/
platform.py 471 _WIN32_CLIENT_RELEASES = {
514 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
515 _WIN32_CLIENT_RELEASES.get((maj, None)) or
    [all...]

Completed in 70 milliseconds