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 Roy Williams
Recipients Roy Williams, benjamin.peterson, berker.peksag, brett.cannon, lemburg, serhiy.storchaka
Date 2016-11-28.17:35:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480354503.59.0.602273077763.issue28288@psf.upfronthosting.co.za>
In-reply-to
Content
> What about PYTHON_OPT and allowing to pass any options via an environment > > variable? There is a number of precedences (gzip, less, etc).
>
>    export PYTHON_OPT="-t -b -3"

I'd be open to this, but it seems like a much wider change than something that I'd have time to build in time for Python 2.7.12.  I agree that this is a better long term direction (similarly, I'd like to enable the `-bb` flag in Python 3).  I'd have to put a bunch of thought into how this would merge with command line flags.

> Or PYTHON3COMP[ATIBILITY]?

I'm open to whichever.  lemburg had suggested `PYTHON3WARNINGS` so that's what I went with.  If that's a blocker for this patch happy to change it.
History
Date User Action Args
2016-11-28 17:35:03Roy Williamssetrecipients: + Roy Williams, lemburg, brett.cannon, benjamin.peterson, berker.peksag, serhiy.storchaka
2016-11-28 17:35:03Roy Williamssetmessageid: <1480354503.59.0.602273077763.issue28288@psf.upfronthosting.co.za>
2016-11-28 17:35:03Roy Williamslinkissue28288 messages
2016-11-28 17:35:03Roy Williamscreate