[issue10610] Correct the float(), int() and complex() documentation

Mark Dickinson report at bugs.python.org
Thu Dec 2 23:34:26 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10610>
_______________________________________


More information about the Python-bugs-list mailing list