]> granicus.if.org Git - python/commit
PEP 238 documented -Qwarn as warning only for classic int or long
authorGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 03:51:09 +0000 (03:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 03:51:09 +0000 (03:51 +0000)
commit1832de4bc07e7ffd5938b41e8d7d8fcf8b5e12e2
tree2d41b60cbaa6176a1b889a7d15d1f11449c1ddaa
parent61c345fa37573005b708d239c0911218ca22383c
PEP 238 documented -Qwarn as warning only for classic int or long
division, and this makes sense.  Add -Qwarnall to warn for all
classic divisions, as required by the fixdiv.py tool.
Modules/main.c
Objects/complexobject.c
Objects/floatobject.c
Tools/scripts/fixdiv.py