Message 56341 - Python tracker
Message56341
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith |
| Date | 2007-10-11.08:45:39 |
| SpamBayes Score | 0.0006925431 |
| Marked as misclassified | No |
| Message-id | <1192092343.97.0.94438121325.issue1261@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This makes all existing bytesobject.c methods use the buffer API rather than explicitly requiring bytes objects as input. It also fixes input to append() and remove() that was not strict enough and improves a few unit tests in that area. NOTE: this patch likely depends on http://bugs.python.org/issue1260 removing the buffer API from the unicode type in order for all unit tests to pass (i only tested it with that applied since thats where we're headed). |
|
| Files | |
|---|---|
| File name | Uploaded |
| bytes-methods-use-buffer-api-01.diff.txt | gregory.p.smith, 2007-10-11.08:45:39 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-10-11 08:45:44 | gregory.p.smith | set | spambayes_score: 0.000692543 -> 0.0006925431 recipients: + gregory.p.smith |
| 2007-10-11 08:45:44 | gregory.p.smith | set | spambayes_score: 0.000692543 -> 0.000692543 messageid: <1192092343.97.0.94438121325.issue1261@psf.upfronthosting.co.za> |
| 2007-10-11 08:45:43 | gregory.p.smith | link | issue1261 messages |
| 2007-10-11 08:45:43 | gregory.p.smith | create | |