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 mark.dickinson
Recipients docs@python, lemburg, mark.dickinson
Date 2010-12-02.22:34:22
SpamBayes Score 1.1412722e-05
Marked as misclassified No
Message-id <1291329266.24.0.080086362391.issue10610@psf.upfronthosting.co.za>
In-reply-to
Content
The reference to the language spec was really just a way to avoid spelling out all the details (again) about the precise form of a floating-point string;  apart from the accepted set of digits, the forms are exactly the same (optional sign, numeric part, optional exponent, ...);  spelling it all out twice gets a bit tiresome.

Would it be acceptable to add a note to the current documentation describing the alternative digits that are accepted?
History
Date User Action Args
2010-12-02 22:34:26mark.dickinsonsetrecipients: + mark.dickinson, lemburg, docs@python
2010-12-02 22:34:26mark.dickinsonsetmessageid: <1291329266.24.0.080086362391.issue10610@psf.upfronthosting.co.za>
2010-12-02 22:34:23mark.dickinsonlinkissue10610 messages
2010-12-02 22:34:22mark.dickinsoncreate