Command line option -Q (floor division)

Christoph Zwerschke cito at online.de
Thu Mar 23 18:09:55 EST 2006


I noticed that contrary to what is said in
http://www.python.org/doc/2.2.3/whatsnew/node7.html,
namely that integer divison should print deprecation
warnings beginning with Python 2.3, even Python 2.4
is still quiet about it, i.e. you still need to explicitely
set the -Q warn option to see the warnings.
Is that by intent or has it simply been forgotten?

-- Christoph



More information about the Python-list mailing list