[issue5780] test_float fails for 'legacy' float repr style

Eric Smith report at bugs.python.org
Fri Apr 17 15:18:02 CEST 2009


Eric Smith <eric at trueblade.com> added the comment:

I definitely think that if you go with isdigit, you need the macro. I've
been bitten by this in 3.0.

My actual suggestion is to go with isdigit and the macro everywhere in
this file and all files.

But for just this checkin, ISDIGIT is probably best.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5780>
_______________________________________


More information about the Python-bugs-list mailing list