[issue2417] [py3k] Integer floor division (//): small int check omitted

Alexander Belopolsky report at bugs.python.org
Wed Mar 19 16:13:37 CET 2008


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I agree this is a bug.  Here is a related problem:

>>> 1 is divmod(1,1)[0]
False

----------
nosy: +belopolsky

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2417>
__________________________________


More information about the Python-bugs-list mailing list