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 ncoghlan
Recipients ncoghlan, vstinner
Date 2017-12-06.10:37:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512556632.15.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2017-12-06 10:37:12ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 10:37:12ncoghlansetmessageid: <1512556632.15.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 10:37:12ncoghlanlinkissue32230 messages
2017-12-06 10:37:12ncoghlancreate