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 vstinner
Recipients lemburg, loewis, vstinner
Date 2010-06-06.21:09:14
SpamBayes Score 0.01167112
Marked as misclassified No
Message-id <1275858556.34.0.0118825521828.issue8839@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch:
 - charbuffer_encode() uses y* instead of y# format to accept modifiable buffer objects (eg. bytearray)
 - Improve the documentation about the change

@lemburg: So, do you agree with my patch?
History
Date User Action Args
2010-06-06 21:09:16vstinnersetrecipients: + vstinner, lemburg, loewis
2010-06-06 21:09:16vstinnersetmessageid: <1275858556.34.0.0118825521828.issue8839@psf.upfronthosting.co.za>
2010-06-06 21:09:15vstinnerlinkissue8839 messages
2010-06-06 21:09:15vstinnercreate