[issue1742669] "%d" format handling for long values

paul rubin report at bugs.python.org
Fri Feb 22 05:03:40 CET 2008


paul rubin added the comment:

I would prefer that %d signal an error 100% of the time if you give it a
float.  It should not accept 42.0.  It is for printing integers.

----------
nosy: +phr

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1742669>
_____________________________________


More information about the Python-bugs-list mailing list