Message306371
> Python still supports Windows.
What is the use case for this option on Windows?
On Unix, the first line is usually used for the shebang, a line like:
#!/usr/bin/env python3
But this shebang is seen as a comment in Python and Python simply ignore the shebang, seen as a comment. |
|
| Date |
User |
Action |
Args |
| 2017-11-16 16:26:53 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka |
| 2017-11-16 16:26:53 | vstinner | set | messageid: <1510849613.6.0.213398074469.issue32050@psf.upfronthosting.co.za> |
| 2017-11-16 16:26:53 | vstinner | link | issue32050 messages |
| 2017-11-16 16:26:53 | vstinner | create | |
|