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 Jakub Szewczyk
Recipients Jakub Szewczyk, eric.smith
Date 2018-06-01.10:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527848484.0.0.682650639539.issue33730@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

>>> print ("{:.2n}".format(1.89))
1.9

>>> print ("{:.2f}".format(1.89))
1.89
History
Date User Action Args
2018-06-01 10:21:24Jakub Szewczyksetrecipients: + Jakub Szewczyk, eric.smith
2018-06-01 10:21:24Jakub Szewczyksetmessageid: <1527848484.0.0.682650639539.issue33730@psf.upfronthosting.co.za>
2018-06-01 10:21:23Jakub Szewczyklinkissue33730 messages
2018-06-01 10:21:23Jakub Szewczykcreate