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 mark.dickinson
Recipients eric.smith, marco_ocram, mark.dickinson, rhettinger, ronaldoussoren, steven.daprano, stutzbach, tim.peters, veky
Date 2020-08-26.15:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598456690.26.0.0878602146102.issue41598@roundup.psfhosted.org>
In-reply-to
Content
@Vedran:

> I have tons of these ideas, but usually am afraid of voicing them ...

Always good to have ideas brought up, so long as there's no expectation that every idea gets implemented. :-) But I think rounding a string is probably another one for the python-ideas mailing list. (Personally, I think I'd rather have easier ways to create Decimal objects than have strings become a kind of proxy for Decimal objects - e.g., `round(2.675d, 2)` rather than `round("2.657", 2)`.)
History
Date User Action Args
2020-08-26 15:44:50mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, ronaldoussoren, eric.smith, stutzbach, steven.daprano, veky, marco_ocram
2020-08-26 15:44:50mark.dickinsonsetmessageid: <1598456690.26.0.0878602146102.issue41598@roundup.psfhosted.org>
2020-08-26 15:44:50mark.dickinsonlinkissue41598 messages
2020-08-26 15:44:50mark.dickinsoncreate