➜

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 ned.deily
Recipients ned.deily, ron_adam
Date 2013-08-14.17:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376500851.62.0.365308517257.issue18740@psf.upfronthosting.co.za>
In-reply-to
Content
isdecimal() is working as documented, isn't it?  A period character serving as a decimal point is not the same as a decimal character.

"Return true if all characters in the string are decimal characters and there is at least one character, false otherwise. Decimal characters are those from general category β€œNd”. This category includes digit characters, and all characters that can be used to form decimal-radix numbers, e.g. U+0660, ARABIC-INDIC DIGIT ZERO."
History
Date User Action Args
2013-08-14 17:20:51ned.deilysetrecipients: + ned.deily, ron_adam
2013-08-14 17:20:51ned.deilysetmessageid: <1376500851.62.0.365308517257.issue18740@psf.upfronthosting.co.za>
2013-08-14 17:20:51ned.deilylinkissue18740 messages
2013-08-14 17:20:51ned.deilycreate