This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maltekliemann
Recipients docs@python, maltekliemann
Date 2021-06-15.12:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623761163.14.0.147390138108.issue44427@roundup.psfhosted.org>
In-reply-to
Content
It is common practice to use no extension for python scripts on UNIX. In 3.8.1.4., it is hinted that a script with a shebang line can be executed on windows only if the file extension of the script is associated with the python launcher.

I'm not sure where the right place is, but I suggest clearly stating that this is a critical requirement. As scripts on UNIX usually don't use file extensions, using these scripts without further modification is not possible cross-platform.
History
Date User Action Args
2021-06-15 12:46:03maltekliemannsetrecipients: + maltekliemann, docs@python
2021-06-15 12:46:03maltekliemannsetmessageid: <1623761163.14.0.147390138108.issue44427@roundup.psfhosted.org>
2021-06-15 12:46:03maltekliemannlinkissue44427 messages
2021-06-15 12:46:02maltekliemanncreate