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 SilentGhost, acucci, belopolsky, berker.peksag, cvrebert, ezio.melotti, gvanrossum, jerry.elmore, lemburg, martin.panter, matrixise, terry.reedy, tim.peters, vstinner
Date 2016-03-01.22:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456869998.38.0.176932964329.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
> Personally, I don't rounding is that useful.

Nice, it looks like I agree with you on using ROUNDING_FLOOR :-)

I don't think that we should be prepared for theorical user requests, but rather focus on the concrete and well defined current existing user request: "Add timespec optional flag to datetime isoformat() to choose the precision".

Let's wait until users request a datetime.round() method to understand better concrete issues.
History
Date User Action Args
2016-03-01 22:06:38vstinnersetrecipients: + vstinner, lemburg, gvanrossum, tim.peters, terry.reedy, belopolsky, ezio.melotti, cvrebert, SilentGhost, berker.peksag, martin.panter, matrixise, jerry.elmore, acucci
2016-03-01 22:06:38vstinnersetmessageid: <1456869998.38.0.176932964329.issue19475@psf.upfronthosting.co.za>
2016-03-01 22:06:38vstinnerlinkissue19475 messages
2016-03-01 22:06:38vstinnercreate