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 nikratio
Recipients docs@python, nikratio, r.david.murray
Date 2013-04-21.21:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366581202.71.0.821284747699.issue17811@psf.upfronthosting.co.za>
In-reply-to
Content
What section do you mean? bytearray is not mentioned anywhere in
http://docs.python.org/3.4/library/os.html.

I think the problem with just linking to the C API section is that it doesn't help people that are only using pure Python. You can't look at a Python object and tell whether it implements the buffer protocol or not. Therefore, I think it would be important to give at least a reference to memoryview as the Python equivalent of the buffer protocol.
History
Date User Action Args
2013-04-21 21:53:22nikratiosetrecipients: + nikratio, r.david.murray, docs@python
2013-04-21 21:53:22nikratiosetmessageid: <1366581202.71.0.821284747699.issue17811@psf.upfronthosting.co.za>
2013-04-21 21:53:22nikratiolinkissue17811 messages
2013-04-21 21:53:22nikratiocreate