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 belopolsky
Recipients belopolsky, docs@python, lemburg, mark.dickinson, terry.reedy
Date 2010-12-03.01:58:50
SpamBayes Score 0.00083791476
Marked as misclassified No
Message-id <1291341533.01.0.941609772667.issue10610@psf.upfronthosting.co.za>
In-reply-to
Content
Should we also review the documentation for fractions and decimals?  For example, fractions are documented as accepting "strings of decimal digits", but given that we have presumably non-identical str.isdigit() and str.isdecimal() methods, the above definition begs a question whether accepted strings should be digits, decimals or both?
History
Date User Action Args
2010-12-03 01:58:53belopolskysetrecipients: + belopolsky, lemburg, terry.reedy, mark.dickinson, docs@python
2010-12-03 01:58:53belopolskysetmessageid: <1291341533.01.0.941609772667.issue10610@psf.upfronthosting.co.za>
2010-12-03 01:58:50belopolskylinkissue10610 messages
2010-12-03 01:58:50belopolskycreate