New submission from STINNER Victor <victor.stin...@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 <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

Reply via email to