Message 76639 - Python tracker
Message76639
| Author | loewis |
|---|---|
| Recipients | georg.brandl, loewis, pitrou, terry.reedy |
| Date | 2008-11-30.13:48:27 |
| SpamBayes Score | 0.00045439333 |
| Marked as misclassified | No |
| Message-id | <1228052911.06.0.801598122852.issue4387@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patches that fixes the problem. Notice that this affects the email API; base64mime.body_encode now also requires bytes (whereas quoprimime remains unchanged). There are probably more functions that still incorrectly accept strings, e.g. zlib.crc32. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-30 13:48:31 | loewis | set | recipients: + loewis, georg.brandl, terry.reedy, pitrou |
| 2008-11-30 13:48:31 | loewis | set | messageid: <1228052911.06.0.801598122852.issue4387@psf.upfronthosting.co.za> |
| 2008-11-30 13:48:30 | loewis | link | issue4387 messages |
| 2008-11-30 13:48:30 | loewis | create | |