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 bdkearns
Recipients bdkearns, belopolsky, josh.r, lemburg, tim.peters
Date 2014-03-06.22:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394146330.09.0.576124029294.issue20858@psf.upfronthosting.co.za>
In-reply-to
Content
The C datetime module uses the 'i' code for parsing these args, not 'n' (which would correspond to operator.index). Using operator.index fails a test case I added (cases for classes like decimal.Decimal, implementing __int__ but not __index__).
History
Date User Action Args
2014-03-06 22:52:10bdkearnssetrecipients: + bdkearns, lemburg, tim.peters, belopolsky, josh.r
2014-03-06 22:52:10bdkearnssetmessageid: <1394146330.09.0.576124029294.issue20858@psf.upfronthosting.co.za>
2014-03-06 22:52:10bdkearnslinkissue20858 messages
2014-03-06 22:52:10bdkearnscreate