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 SilentGhost
Recipients SilentGhost, 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-16.23:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450306878.1.0.44100674059.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
Even that produces 3 failures on my setup, though the full list would be available when running: ./python -m test -v test_datetime

It is obvious, however, that the tests would fail: you've changed "if us:" to "if us is None:".
History
Date User Action Args
2015-12-16 23:01:18SilentGhostsetrecipients: + SilentGhost, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, belopolsky, vstinner, ezio.melotti, r.david.murray, cvrebert, berker.peksag, martin.panter, matrixise, elixir, jerry.elmore, acucci
2015-12-16 23:01:18SilentGhostsetmessageid: <1450306878.1.0.44100674059.issue19475@psf.upfronthosting.co.za>
2015-12-16 23:01:18SilentGhostlinkissue19475 messages
2015-12-16 23:01:18SilentGhostcreate