[Python-Dev] PEP: New timestamp formats (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Fri Feb 3 01:59:14 CET 2012


On Fri, Feb 3, 2012 at 10:21 AM, Victor Stinner <victor.stinner at haypocalc.com> wrote:

I updated and completed my PEP and published the last draft. It will be available at: http://www.python.org/dev/peps/pep-0410/ ( or read the source: http://hg.python.org/peps/file/tip/pep-0410.txt )

I tried to list all alternatives.

Looks pretty good to me, just a few comments in regards to the descriptions of the alternatives (I'm not advocating for any the rejected options any more, since I'm happy with the current proposal, but the PEP should be clear on our reasons for rejecting them):

decimal.Decimal

datetime.datetime

tuple of integers

protocol

boolean argument

-- Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-Dev mailing list