[Python-Dev] -Qwarn and -3

Guido van Rossum guido at python.org
Wed Feb 18 02:14:05 CET 2009


On Tue, Feb 17, 2009 at 4:50 PM, Raymond Hettinger <python at rcn.com> 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 (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list