[Python-3000] Py3k release schedule worries

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Dec 20 11:32:09 CET 2006


Brett Cannon wrote:

> No, but I view sys as place to put stuff that influences the running of 
> the interpreter and I don't put compile() in that category.

So what about sys.argv, sys.std{in,out,err},
sys.exc_info, etc. etc.? They're not exactly
about influencing the running of the interpreter,
either.

--
Greg


More information about the Python-3000 mailing list