Re: [Python-Dev] -Qwarn and -3

2009-02-17 Thread Guido van Rossum
On Tue, Feb 17, 2009 at 4:50 PM, Raymond Hettinger wrote: > If someone sets the -3 option to get py3k warnings, should the classic > division warning get turned-on automatically? > > Right now, I get no warnings for: > > python -3 -c "9 / 5" I think you have a point. -- --Guido van Rossum (hom

[Python-Dev] -Qwarn and -3

2009-02-17 Thread Raymond Hettinger
If someone sets the -3 option to get py3k warnings, should the classic division warning get turned-on automatically? Right now, I get no warnings for: python -3 -c "9 / 5" Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.pyth