Feb. 18, 2009
12:50 a.m.
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
February 2009
1:14 a.m.
On Tue, Feb 17, 2009 at 4:50 PM, Raymond Hettinger <python@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/)
5823
Age (days ago)
5823
Last active (days ago)
1 comments
2 participants
participants (2)
-
Guido van Rossum
-
Raymond Hettinger