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 vstinner
Recipients Arfrever, eric.araujo, eric.snow, gregory.p.smith, jwilk, kristjan.jonsson, mattheww, ncoghlan, nisaac, pitrou, vstinner
Date 2022-02-24.01:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645667708.39.0.588618564573.issue13475@roundup.psfhosted.org>
In-reply-to
Content
The problem of long option names is that they cannot be used in a Unix shebang: "#!/usr/bin/python3 --long-option".

I propose to add the -P option to not add sys.path[0]: I wrote GH-31542.
History
Date User Action Args
2022-02-24 01:55:08vstinnersetrecipients: + vstinner, gregory.p.smith, ncoghlan, pitrou, kristjan.jonsson, mattheww, jwilk, eric.araujo, Arfrever, eric.snow, nisaac
2022-02-24 01:55:08vstinnersetmessageid: <1645667708.39.0.588618564573.issue13475@roundup.psfhosted.org>
2022-02-24 01:55:08vstinnerlinkissue13475 messages
2022-02-24 01:55:08vstinnercreate