[Python-Dev] -Qwarn and -3

Raymond Hettinger python at rcn.com
Wed Feb 18 01:50:27 CET 2009


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


More information about the Python-Dev mailing list