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 docs@python, eric.araujo, pitrou, terry.reedy, vstinner
Date 2011-12-17.15:29:42
SpamBayes Score 0.010554185
Marked as misclassified No
Message-id <1324135783.69.0.287983452641.issue11231@psf.upfronthosting.co.za>
In-reply-to
Content
Oooh, I missed the important sentence "Accordingly, constructor arguments are interpreted as for bytearray()." The 5 constructors are documented in bytearray doc:

http://docs.python.org/dev/library/functions.html#bytearray
History
Date User Action Args
2011-12-17 15:29:43vstinnersetrecipients: + vstinner, terry.reedy, pitrou, eric.araujo, docs@python
2011-12-17 15:29:43vstinnersetmessageid: <1324135783.69.0.287983452641.issue11231@psf.upfronthosting.co.za>
2011-12-17 15:29:43vstinnerlinkissue11231 messages
2011-12-17 15:29:42vstinnercreate