• Victor Stinner's avatar
    bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) · 8fbbdf0c
    Victor Stinner authored
    * Add support.MS_WINDOWS: True if Python is running on Microsoft Windows.
    * Add support.MACOS: True if Python is running on Apple macOS.
    * Replace support.is_android with support.ANDROID
    * Replace support.is_jython with support.JYTHON
    * Cleanup code to initialize unix_shell
    8fbbdf0c
test_io.py 158 KB