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 terry.reedy
Recipients eric.smith, hugo.prodhomme@gmx.fr, marco.buttu, r.david.murray, serhiy.storchaka, terry.reedy
Date 2017-02-10.20:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486759298.48.0.518484121364.issue29526@psf.upfronthosting.co.za>
In-reply-to
Content
+1 of Serhiy's ideas.  I was not aware that FORMATTING had been added.  And this could be specifically helpful.

>>> help(int.__format__)
Help on method_descriptor:

__format__(...)
    default object formatter
History
Date User Action Args
2017-02-10 20:41:38terry.reedysetrecipients: + terry.reedy, eric.smith, r.david.murray, serhiy.storchaka, marco.buttu, hugo.prodhomme@gmx.fr
2017-02-10 20:41:38terry.reedysetmessageid: <1486759298.48.0.518484121364.issue29526@psf.upfronthosting.co.za>
2017-02-10 20:41:38terry.reedylinkissue29526 messages
2017-02-10 20:41:38terry.reedycreate