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 wplappert
Recipients docs@python, wplappert
Date 2012-10-27.12:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351340147.76.0.113530855942.issue16337@psf.upfronthosting.co.za>
In-reply-to
Content
In the online documentation at http://docs.python.org/py3k/library/stdtypes.html?highlight=bytearray%20objects%20copying%20existing%20binary%20data%20via%20buffer%20protocol and the PDF version 3.3.0, page 46, both in chapter 4.8.2:

Bullet 4 is "bytearray(b'Hi!)" but should be "bytearray(b'Hi!')"
History
Date User Action Args
2012-10-27 12:15:47wplappertsetrecipients: + wplappert, docs@python
2012-10-27 12:15:47wplappertsetmessageid: <1351340147.76.0.113530855942.issue16337@psf.upfronthosting.co.za>
2012-10-27 12:15:47wplappertlinkissue16337 messages
2012-10-27 12:15:47wplappertcreate