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 ncoghlan
Recipients belopolsky, emilyemorehouse, eric.snow, hroncok, mcepl, ncoghlan, vstinner
Date 2018-07-20.14:59:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
+1 from me for the idea of fixing Python 3.7 to correctly set sys.argv in this case (and leaving everything else unmodified).

As far as further enhancement in Python 3.8 goes, perhaps that can be seen as part of PEP 432, such that embedding applications have to explicitly opt-in to any new behaviour by calling the new APIs?
History
Date User Action Args
2018-07-20 14:59:12ncoghlansetrecipients: + ncoghlan, belopolsky, vstinner, mcepl, eric.snow, emilyemorehouse, hroncok
2018-07-20 14:59:12ncoghlansetmessageid: <[email protected]>
2018-07-20 14:59:12ncoghlanlinkissue34008 messages
2018-07-20 14:59:12ncoghlancreate