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.

作者 bdkearns
收信人 bdkearns, belopolsky, josh.r, lemburg, tim.peters
日期 2014-03-06.22:52:10
SpamBayes Score -1.0
Marked as misclassified
Message-id <1394146330.09.0.576124029294.issue20858@psf.upfronthosting.co.za>
In-reply-to
内容
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__).
历史
日期 用户 动作 参数
2014-03-06 22:52:10bdkearns修改recipients: + bdkearns, lemburg, tim.peters, belopolsky, josh.r
2014-03-06 22:52:10bdkearns修改messageid: <1394146330.09.0.576124029294.issue20858@psf.upfronthosting.co.za>
2014-03-06 22:52:10bdkearns链接issue20858 messages
2014-03-06 22:52:10bdkearns创建