• Guido van Rossum's avatar
    Mostly rewritten. Instead of the old Run module and Debug module, · 1f3de5d7
    Guido van Rossum yazdı
    there are two new commands:
    
    Import module (F5) imports or reloads the module and also adds its
    name to the __main__ namespace.  This gets executed in the PyShell
    window under control of its debug settings.
    
    Run script (Control-F5) is similar but executes the contents of the
    file directly in the __main__ namespace.
    1f3de5d7
ScriptBinding.py 2.76 KB