[issue32230] -X dev doesn't set sys.warnoptions

Nick Coghlan report at bugs.python.org
Wed Dec 6 05:37:12 EST 2017


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

It isn't good to have "-X dev" do magical things that can't already be replicated with other options.

If we want "-bb" to take precedence over the passed in "-W" settings (which I agree would be a reasonable change), we should make that change universally, not restrict it to "-X dev".

----------

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


More information about the Python-bugs-list mailing list