Barry A. Warsaw <ba...@python.org> added the comment:

On May 15, 2018, at 22:58, Carl Meyer <rep...@bugs.python.org> wrote:

> Our use case includes a webserver process that embeds Python; I'm not sure if 
> we could pass a CLI arg to it or not.

I think you pretty much have to have an environment variable, as there are just 
too many places where you’re going to invoke Python without the ability to set 
the command line.  We have precedence for having both a switch and environment 
variable, and I think that makes sense here.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33499>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to