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 skrah
Recipients eric.araujo, eric.smith, ezio.melotti, mark.dickinson, rhettinger, skrah, terry.reedy
Date 2014-05-23.11:30:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400844644.07.0.274110724179.issue7094@psf.upfronthosting.co.za>
In-reply-to
Content
This might be out of date: _decimal has never implemented alternate
formatting and so far there have been no reported issues.

Another data point: Go apparently implements alternate formatting
only for octal, hex and strings:

http://golang.org/pkg/fmt/


So I'm unsure if anyone is actually using alternate formatting.
I think complaints about 2-to-3 porting problems should have
surfaced by now.
History
Date User Action Args
2014-05-23 11:30:44skrahsetrecipients: + skrah, rhettinger, terry.reedy, mark.dickinson, eric.smith, ezio.melotti, eric.araujo
2014-05-23 11:30:44skrahsetmessageid: <1400844644.07.0.274110724179.issue7094@psf.upfronthosting.co.za>
2014-05-23 11:30:44skrahlinkissue7094 messages
2014-05-23 11:30:43skrahcreate