[issue32101] Add PYTHONDEVMODE=1 to enable the developer mode

Nick Coghlan report at bugs.python.org
Mon Nov 20 22:48:22 EST 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Another argument against PYTHONXOPTIONS is that each implementation is free to decide which -X options it wants to support, and we don't really define what they're supposed to do with options they don't recognise.

By contrast, there's an established behaviour for unknown environment variables: implementations that don't support them just ignore them.

So +1 for PYTHONDEVMODE=1 from me - that also gives us more flexibility if we decide to add arguments to the option later.

----------

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


More information about the Python-bugs-list mailing list