Message 171293 - Python tracker
Message171293
| Author | ezio.melotti |
|---|---|
| Recipients | chris.jerdonek, ezio.melotti, pitrou |
| Date | 2012-09-25.15:46:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1348587980.8.0.982525388732.issue16045@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Before adding tests (and possibly documentation) for edge cases like > int(base='foo') # no exception; returns 0 I'd take a look at what other implementations do. If they do something different we might still decide to keep the tests and mark them as cpython-specific, but I would refrain to document them. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-25 15:46:20 | ezio.melotti | set | recipients: + ezio.melotti, pitrou, chris.jerdonek |
| 2012-09-25 15:46:20 | ezio.melotti | set | messageid: <1348587980.8.0.982525388732.issue16045@psf.upfronthosting.co.za> |
| 2012-09-25 15:46:20 | ezio.melotti | link | issue16045 messages |
| 2012-09-25 15:46:20 | ezio.melotti | create | |