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 lemburg
Recipients belopolsky, docs@python, lemburg, mark.dickinson, rhettinger, terry.reedy
Date 2010-12-03.09:18:19
SpamBayes Score 0.00027225105
Marked as misclassified No
Message-id <4CF8B5D9.8050903@egenix.com>
In-reply-to <1291353028.46.0.500994178376.issue10610@psf.upfronthosting.co.za>
Content
Raymond Hettinger wrote:
> 
> Raymond Hettinger <rhettinger@users.sourceforge.net> added the comment:
> 
> Try not to sprawl this all over the docs.  Find the most common root and document it there.  No need to garbage-up Fractions, Decimal etc. with something that is of zero interest to 99.9% of users.

That's a good idea. It may be enough to just add a new

unicode_decimal_digit ::= ...

to the language spec (even if it is not used there) and then reference
it from the other parts of the docs.

Same for unicode_digit and unicode_numeric.
History
Date User Action Args
2010-12-03 09:18:21lemburgsetrecipients: + lemburg, rhettinger, terry.reedy, mark.dickinson, belopolsky, docs@python
2010-12-03 09:18:19lemburglinkissue10610 messages
2010-12-03 09:18:19lemburgcreate