This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-04-17.13:18:01
SpamBayes Score 0.008055324
Marked as misclassified No
Message-id <1239974282.75.0.754136928142.issue5780@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-17 13:18:02eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-04-17 13:18:02eric.smithsetmessageid: <1239974282.75.0.754136928142.issue5780@psf.upfronthosting.co.za>
2009-04-17 13:18:01eric.smithlinkissue5780 messages
2009-04-17 13:18:01eric.smithcreate