STINNER Victor <victor.stin...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue32050> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com