[New-bugs-announce] [issue32050] Deprecated python3 -x option

STINNER Victor report at bugs.python.org
Thu Nov 16 10:49:19 EST 2017


New submission from STINNER Victor <victor.stinner at gmail.com>:

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.

----------
components: Interpreter Core
messages: 306365
nosy: haypo
priority: normal
severity: normal
status: open
title: Deprecated python3 -x option
versions: Python 3.7

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


More information about the New-bugs-announce mailing list