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 martin.panter
Recipients acucci, belopolsky, berker.peksag, cvrebert, elixir, ezio.melotti, gvanrossum, jerry.elmore, lemburg, martin.panter, matrixise, r.david.murray, skip.montanaro, terry.reedy, tim.peters, vstinner
Date 2015-12-15.20:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450211952.5.0.37181019752.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
Alessandro, did you try running the test suite? It is broken for me. One of the bugs is that it now omits zero hours, minutes, and seconds in addition to microseconds. (Kind of the reverse of what the bug was originally about :).

Other failures look like this:

======================================================================
ERROR: test_isoformat (test.datetimetester.TestDateTime)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/disk/home/proj/python/cpython/Lib/test/datetimetester.py", line 1560, in test_isoformat
    timespec_error = self.time()
AttributeError: 'TestDateTime_Pure' object has no attribute 'time'

I will leave some review comments.
History
Date User Action Args
2015-12-15 20:39:12martin.pantersetrecipients: + martin.panter, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, cvrebert, berker.peksag, matrixise, elixir, jerry.elmore, acucci
2015-12-15 20:39:12martin.pantersetmessageid: <1450211952.5.0.37181019752.issue19475@psf.upfronthosting.co.za>
2015-12-15 20:39:12martin.panterlinkissue19475 messages
2015-12-15 20:39:12martin.pantercreate