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 adelfino
Recipients adelfino, docs@python
Date 2018-08-18.17:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534611923.59.0.56676864532.issue34432@psf.upfronthosting.co.za>
In-reply-to
Content
On str.format method, the note about how locales are dealt with reads:

"When formatting a number (int, float, float and subclasses)..."

PR removes the second float, and mentions complex and decimal.Decimal.

The bug which introduced this note is: #31900
History
Date User Action Args
2018-08-18 17:05:23adelfinosetrecipients: + adelfino, docs@python
2018-08-18 17:05:23adelfinosetmessageid: <1534611923.59.0.56676864532.issue34432@psf.upfronthosting.co.za>
2018-08-18 17:05:23adelfinolinkissue34432 messages
2018-08-18 17:05:23adelfinocreate