commit | 32596523ed6c65e1b8b4717b4780b615c83dfecf | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Feb 18 23:12:48 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Feb 18 23:12:48 2009 +0000 |
tree | dc1edf23e6f20f095c164fe196a7467bd92dfc80 | |
parent | bb94fd829067ad6ba6e2f5a349b962cd272c7e09 [diff] [blame] |
Py3k warnings now automatically include -Qwarn for division.
diff --git a/Misc/NEWS b/Misc/NEWS index 2ebd6cc..f95da43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Running Python with the -3 option now also warns about classic division + for ints and longs. + - Issue #5013: Fixed a bug in FileHandler which occurred when the delay parameter was set.