This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:54benjamin.petersonsetrecipients: + benjamin.peterson, barry, christian.heimes
2008-08-21 17:18:53benjamin.petersonsetmessageid: <1219339133.75.0.60856152567.issue2415@psf.upfronthosting.co.za>
2008-08-21 17:18:53benjamin.petersonlinkissue2415 messages
2008-08-21 17:18:52benjamin.petersoncreate