Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

Corrected as r62480.
I changed your patch a little bit: it seemed more logical to use 
   (c < '0' || c >= '8')
As it is the exact counterpart of 
   ('0' <= c && c < '8')
used a few lines below.

Thanks for the report!

----------
nosy: +amaury.forgeotdarc
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2681>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to