Message 71660 - Python tracker
Message71660
| Author | benjamin.peterson |
|---|---|
| Recipients | barry, benjamin.peterson, christian.heimes |
| Date | 2008-08-21.17:18:51 |
| SpamBayes Score | 0.014753969 |
| Marked as misclassified | No |
| Message-id | <1219339133.75.0.60856152567.issue2415@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's a patch. It's only implemented for bytes. Doing this for bytearray would require a bit of refactoring, and can I think wait for 3.1. I added two new C functions. PyObject_Bytes and PyBytes_FromObject. You can review it at http://codereview.appspot.com/3245. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-21 17:18:54 | benjamin.peterson | set | recipients: + benjamin.peterson, barry, christian.heimes |
| 2008-08-21 17:18:53 | benjamin.peterson | set | messageid: <1219339133.75.0.60856152567.issue2415@psf.upfronthosting.co.za> |
| 2008-08-21 17:18:53 | benjamin.peterson | link | issue2415 messages |
| 2008-08-21 17:18:52 | benjamin.peterson | create | |