Re: [Python-Dev] Migration from Python 2.7 and bytes formatting

2014年1月17日 12:21:00 -0800

On 2014年01月17日, Ryan Gonzalez wrote:
> A command line parameter??
I believe it has to be global flag. A __future__ statement will not
work. Probably we should allow the flag to be set with an
environment variable as well.
> The annoying part would be telling every single user to call Python with a
> certain argument and hope they read the README.
> 
> If it's a library, out of the question.
> 
> If it's a program, well, I hope your users read READMEs.
The purpose of the command line parameter is not for end users. It
is intended to help developers port millions of lines of existing
Python 2.x code. I'm very sad if Python core developers don't
realize the enormity of the task and don't continue to make efforts
to make it easier.
Regards,
 Neil
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to