Message72691
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith |
| Date | 2008-09-06.20:46:12 |
| SpamBayes Score | 6.990786e-07 |
| Marked as misclassified | No |
| Message-id | <1220733973.88.0.0354187973694.issue3797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As noted in issue #3492 the following py3k modules still erroneously return bytearray objects instead of bytes objects from their read functions: mmap dbm ossaudiodev Attached is a trivial patch to fix those. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-06 20:46:13 | gregory.p.smith | set | recipients: + gregory.p.smith |
| 2008-09-06 20:46:13 | gregory.p.smith | set | messageid: <1220733973.88.0.0354187973694.issue3797@psf.upfronthosting.co.za> |
| 2008-09-06 20:46:13 | gregory.p.smith | link | issue3797 messages |
| 2008-09-06 20:46:12 | gregory.p.smith | create | |