Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 550e4673be538d98b6ddf5550b3922539cf5c4b2 authored by Victor Stinner on 08 December 2020, 23:32:54 UTC
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Tip revision: 550e467
factorySettings.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Python GUI Script</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
                    <string>/usr/local/bin/python3</string>
                    <string>/opt/local/bin/python3</string>
                    <string>/sw/bin/python3</string>
                </array>
                <key>honourhashbang</key>
                <false/>
                <key>nosite</key>
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <false/>
        </dict>
        <key>Python Script</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
                    <string>/usr/local/bin/python3</string>
                    <string>/opt/local/bin/python3</string>
                    <string>/sw/bin/python3</string>
                </array>
                <key>honourhashbang</key>
                <false/>
                <key>nosite</key>
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <true/>
        </dict>
        <key>Python Bytecode Document</key>
        <dict>
                <key>debug</key>
                <false/>
                <key>inspect</key>
                <false/>
                <key>interpreter_list</key>
                <array>
                    <string>/usr/local/bin/python3</string>
                    <string>/opt/local/bin/python3</string>
                    <string>/sw/bin/python3</string>
                </array>
                <key>honourhashbang</key>
                <false/>
                 <key>nosite</key>
                <false/>
                <key>optimize</key>
                <false/>
                <key>others</key>
                <string></string>
                <key>verbose</key>
                <false/>
                <key>with_terminal</key>
                <true/>
        </dict>
</dict>
</plist>
back to top