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, vstinner
Date 2010-06-09.12:02:04
SpamBayes Score 0.0046540475
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Le mercredi 09 juin 2010 13:06:53, vous avez écrit :
> "s" accepts bytes via the buffer interface

No. "s*" and "s#" do accept any buffer compatible object (including bytes and 
bytearray), but "s" doesn't.

I fixed recently the documentation about that.
History
Date User Action Args
2010-06-09 12:02:06vstinnersetrecipients: + vstinner, lemburg
2010-06-09 12:02:04vstinnerlinkissue8949 messages
2010-06-09 12:02:04vstinnercreate