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 vstinner
Recipients eric.smith, gappleto97, mark.dickinson, r.david.murray, rhettinger, steven.daprano, vstinner
Date 2018-05-02.14:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525272868.89.0.682650639539.issue33402@psf.upfronthosting.co.za>
In-reply-to
Content
I dislike using non-ASCII characters for the default implementation. I don't think that this formatting is popular, and I expect many troubles on each platform.

IMHO it's very easy to put such short function in your favorite module, or directly into your application, for your own usage. Call it my_nice_fraction_formatting() :-)
History
Date User Action Args
2018-05-02 14:54:28vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, eric.smith, steven.daprano, r.david.murray, gappleto97
2018-05-02 14:54:28vstinnersetmessageid: <1525272868.89.0.682650639539.issue33402@psf.upfronthosting.co.za>
2018-05-02 14:54:28vstinnerlinkissue33402 messages
2018-05-02 14:54:28vstinnercreate