Message 56351 - Python tracker
Message56351
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith, gvanrossum |
| Date | 2007-10-12.00:56:49 |
| SpamBayes Score | 0.19596645 |
| Marked as misclassified | No |
| Message-id | <1192150615.15.0.333789718136.issue1261@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch updated. It now implements the is*() methods for PyBytes. It moves common code into a shared bytes_ctype.c and .h file so that stringobject.c and bytesobject.c can share as much as possible. Unit tests are updated as needed for new method coverage and any behavior changes. still TODO: adding the missing methods (listed in a comment in the patch). I'm working on it. |
|
| Files | |
|---|---|
| File name | Uploaded |
| bytes-pep3137-methods-02.diff.txt | gregory.p.smith, 2007-10-12.00:56:50 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-10-12 00:56:55 | gregory.p.smith | set | spambayes_score: 0.195966 -> 0.19596645 recipients: + gregory.p.smith, gvanrossum |
| 2007-10-12 00:56:55 | gregory.p.smith | set | spambayes_score: 0.195966 -> 0.195966 messageid: <1192150615.15.0.333789718136.issue1261@psf.upfronthosting.co.za> |
| 2007-10-12 00:56:55 | gregory.p.smith | link | issue1261 messages |
| 2007-10-12 00:56:55 | gregory.p.smith | create | |