Message212850
| 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:10 | bdkearns | set | recipients: + bdkearns, lemburg, tim.peters, belopolsky, josh.r |
| 2014-03-06 22:52:10 | bdkearns | set | messageid: <1394146330.09.0.576124029294.issue20858@psf.upfronthosting.co.za> |
| 2014-03-06 22:52:10 | bdkearns | link | issue20858 messages |
| 2014-03-06 22:52:10 | bdkearns | create | |