Kaydet (Commit) 23bf837a authored tarafından Georg Brandl's avatar Georg Brandl

Add blurb about executable scripts on Windows. #760657.

üst ef92802f
......@@ -166,6 +166,12 @@ The script can be given an executable mode, or permission, using the
$ chmod +x myscript.py
On Windows systems, there is no notion of an "executable mode". The Python
installer automatically associates ``.py`` files with ``python.exe`` so that
a double-click on a Python file will run it as a script. The extension can
also be ``.pyw``, in that case, the console window that normally appears is
suppressed.
Source Code Encoding
--------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment