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 vstinner
Date 2017-11-16.15:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510847359.74.0.213398074469.issue32050@psf.upfronthosting.co.za>
In-reply-to
Content
Python has a -x option documented as a "DOS specific hack only":
https://docs.python.org/dev/using/cmdline.html#cmdoption-x

Python doesn't support MS-DOS since Python 2.1:
https://www.python.org/dev/peps/pep-0011/#no-longer-supported-platforms

I propose to deprecate the option in Python 3.7: using it emits a DeprecationWarning, option deprecated in the documentation; and remove the option in Python 3.8.
History
Date User Action Args
2017-11-16 15:49:19vstinnersetrecipients: + vstinner
2017-11-16 15:49:19vstinnersetmessageid: <1510847359.74.0.213398074469.issue32050@psf.upfronthosting.co.za>
2017-11-16 15:49:19vstinnerlinkissue32050 messages
2017-11-16 15:49:19vstinnercreate