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 steelman
Recipients eric.smith, steelman
Date 2019-01-02.15:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546443189.31.0.0402009643719.issue35638@roundup.psfhosted.org>
In-reply-to
Content
I have created a new format "m" that is for "n", what "f" is for "g". The patch for string.rst says

   +---------+----------------------------------------------------------+
   | ``'m'`` | Number. This is the same as ``'f'``, except that it uses |
   |         | the current locale setting to insert the appropriate     |
   |         | number separator characters.                             |
   +---------+----------------------------------------------------------+

My patch only applies to floats not integers.
History
Date User Action Args
2019-01-02 15:33:11steelmansetrecipients: + steelman, eric.smith
2019-01-02 15:33:09steelmansetmessageid: <1546443189.31.0.0402009643719.issue35638@roundup.psfhosted.org>
2019-01-02 15:33:09steelmanlinkissue35638 messages
2019-01-02 15:33:09steelmancreate