[Python-Dev] -Qwarn and -3 (original) (raw)
Guido van Rossum guido at python.org
Wed Feb 18 02:14:05 CET 2009
- Previous message: [Python-Dev] -Qwarn and -3
- Next message: [Python-Dev] lifting of prohibition against readlines inside a "for line in file" in Py3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] -Qwarn and -3
- Next message: [Python-Dev] lifting of prohibition against readlines inside a "for line in file" in Py3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]