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 serhiy.storchaka
Recipients barry, ezio.melotti, kushal.das, ncoghlan, pitrou, serhiy.storchaka
Date 2013-04-27.18:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367086041.09.0.470106090464.issue17839@psf.upfronthosting.co.za>
In-reply-to
Content
Note that some functions use bytes/bytearray methods and an argument should converted to bytes for them. Other functions use C functions which supports the buffer protocol and do not required any conversion.
History
Date User Action Args
2013-04-27 18:07:21serhiy.storchakasetrecipients: + serhiy.storchaka, barry, ncoghlan, pitrou, ezio.melotti, kushal.das
2013-04-27 18:07:21serhiy.storchakasetmessageid: <1367086041.09.0.470106090464.issue17839@psf.upfronthosting.co.za>
2013-04-27 18:07:21serhiy.storchakalinkissue17839 messages
2013-04-27 18:07:20serhiy.storchakacreate