Re: [Python-Dev] Fixing code that produces -3 warnings in the Python 2.6 stdlib

2008-03-23 Thread Martin v. Löwis
Steven Bethard wrote: > On Sun, Mar 23, 2008 at 3:02 PM, "Martin v. Löwis" wrote: > [talking about running the buildbots using the -3 flag to issue Py3K warnings] >> Yes. I don't think it should be turned on regularly in the tests until >> they regularly are quiet under -3. > > So the plan is to

[Python-Dev] Fixing code that produces -3 warnings in the Python 2.6 stdlib

2008-03-23 Thread Steven Bethard
On Sun, Mar 23, 2008 at 3:02 PM, "Martin v. Löwis" wrote: [talking about running the buildbots using the -3 flag to issue Py3K warnings] > Yes. I don't think it should be turned on regularly in the tests until > they regularly are quiet under -3. So the plan is to silence all Py3K warnings in th