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 terry.reedy
Recipients belopolsky, brian.curtin, ezio.melotti, loewis, max-alleged, ncoghlan, ocean-city, terry.reedy
Date 2013-08-17.18:54:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376765646.23.0.97438749364.issue10654@psf.upfronthosting.co.za>
In-reply-to
Content
test_datetime passes on current 3.3 and 3.4.
datetimetest.py now gives the same answer for all 4 classes

unsupported operand type(s) for +: 'SubPy' and 'int'
unsupported operand type(s) for +: 'int' and 'SubPy'
NotImplemented NotImplemented NotImplemented NotImplemented

whereas the first line for the two subclasses was previously NotImplemented. I presume the above is the correct behavior, so closing.
History
Date User Action Args
2013-08-17 18:54:06terry.reedysetrecipients: + terry.reedy, loewis, ncoghlan, belopolsky, ocean-city, ezio.melotti, brian.curtin, max-alleged
2013-08-17 18:54:06terry.reedysetmessageid: <1376765646.23.0.97438749364.issue10654@psf.upfronthosting.co.za>
2013-08-17 18:54:06terry.reedylinkissue10654 messages
2013-08-17 18:54:06terry.reedycreate