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 rhettinger
Recipients Keith.Brafford, eric.smith, ezio.melotti, facundobatista, mark.dickinson, rhettinger, serge.stroobandt, skrah, tim.peters
Date 2016-02-07.09:27:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454837274.53.0.442381121256.issue26223@psf.upfronthosting.co.za>
In-reply-to
Content
I'm disinclined to make a new method and instead prefer to go the route of having a formatting option.  For the most part, we want the methods to be limited to those in the spec (the API is already huge).  The other reason is that output formatting options are what __format__() method was intended to address.

If you want to go further, it would be reasonable to bring https://bugs.python.org/issue8060 back to life.  The final entry in that tracker item recommended moving the discussion to python ideas or into a PEP (like was done for the thousands separator format option).  There are many viewpoints to consider before jumping to codify one particular approach into the standard library.
History
Date User Action Args
2016-02-07 09:27:54rhettingersetrecipients: + rhettinger, tim.peters, facundobatista, mark.dickinson, eric.smith, ezio.melotti, skrah, Keith.Brafford, serge.stroobandt
2016-02-07 09:27:54rhettingersetmessageid: <1454837274.53.0.442381121256.issue26223@psf.upfronthosting.co.za>
2016-02-07 09:27:54rhettingerlinkissue26223 messages
2016-02-07 09:27:54rhettingercreate