[issue32050] Deprecated python3 -x option

STINNER Victor report at bugs.python.org
Thu Nov 16 11:26:53 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32050>
_______________________________________


More information about the Python-bugs-list mailing list