[Python-Dev] -Qwarn and -3 (original) (raw)
Raymond Hettinger python at rcn.com
Wed Feb 18 01:50:27 CET 2009
- Previous message: [Python-Dev] Python 2.6.2 and 3.0.2
- Next message: [Python-Dev] -Qwarn and -3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Python 2.6.2 and 3.0.2
- Next message: [Python-Dev] -Qwarn and -3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]