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 benjamin.peterson, bhy
Date 2009-03-19.11:44:03
SpamBayes Score 4.9817598e-05
Marked as misclassified No
Message-id <1237463046.61.0.472935923902.issue5517@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 will convert buffer to memoryview, but not by default because as
you can see, it can be wrong. (Pass "-f buffer" to 2to3.) You can only
use memoryviews on bytes-like objects like b'a', and not unicode strings
(This is like 2.x.).
History
Date User Action Args
2009-03-19 11:44:07benjamin.petersonsetrecipients: + benjamin.peterson, bhy
2009-03-19 11:44:06benjamin.petersonsetmessageid: <1237463046.61.0.472935923902.issue5517@psf.upfronthosting.co.za>
2009-03-19 11:44:04benjamin.petersonlinkissue5517 messages
2009-03-19 11:44:03benjamin.petersoncreate