> On Jan 3, 2017, at 10:56 AM, Barry Warsaw <ba...@python.org> wrote:
> 
> I find this confusing on several fronts.  I think it might be better to say
> "Embedded Python" rather than "Py_Initialize" since end users who are using an
> application with Python embedded probably will have no idea what
> "Py_Initialize" is, and they are the ones who will see this warning first.



Embedded Python is wrong since this warning is going to get hit by non-embedded 
cases too, for instance the default ubuntu docker container where I regularly 
have to set LC_TYPE=C.UTF-8 when using click.

—
Donald Stufft



_______________________________________________
Linux-sig mailing list
Linux-sig@python.org
https://mail.python.org/mailman/listinfo/linux-sig

Reply via email to