Re: [Python-Dev] Changing -Q to warn for 2.5?

2006-03-26 Thread Anthony Baxter
On Monday 27 March 2006 16:04, Neal Norwitz wrote: > http://python.org/sf/1458927 asks if -Q warn option should become > the default in 2.5. PEP 238 > (http://www.python.org/dev/peps/pep-0238/) says: > > """ > The -Q command line option takes a string argument that can take > four values: "old", "

Re: [Python-Dev] Changing -Q to warn for 2.5?

2006-03-26 Thread Giovanni Bajo
Neal Norwitz <[EMAIL PROTECTED]> wrote: > """ > The -Q command line option takes a string argument that can take four > values: "old", "warn", "warnall", or "new". The default is "old" in > Python 2.2 but will change to "warn" in later 2.x versions. > """ > > I'm not sure this is worth in 2.x. I

[Python-Dev] Changing -Q to warn for 2.5?

2006-03-26 Thread Neal Norwitz
http://python.org/sf/1458927 asks if -Q warn option should become the default in 2.5. PEP 238 (http://www.python.org/dev/peps/pep-0238/) says: """ The -Q command line option takes a string argument that can take four values: "old", "warn", "warnall", or "new". The default is "old" in Python 2.2