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 eric.araujo
Recipients brian.curtin, eric.araujo, georg.brandl, l0nwlf
Date 2010-04-10.22:10:32
SpamBayes Score 0.011135904
Marked as misclassified No
Message-id <1270937434.36.0.140102808152.issue8340@psf.upfronthosting.co.za>
In-reply-to
Content
> * If it is a *string*, you must also give the *encoding* (and optionally,
> *errors*) parameters; :func:`bytearray` then converts the string to
>     bytes using :meth:`str.encode`.

I think this needs some lines to tell how it behaves with str and unicode.

Regards
History
Date User Action Args
2010-04-10 22:10:34eric.araujosetrecipients: + eric.araujo, georg.brandl, brian.curtin, l0nwlf
2010-04-10 22:10:34eric.araujosetmessageid: <1270937434.36.0.140102808152.issue8340@psf.upfronthosting.co.za>
2010-04-10 22:10:32eric.araujolinkissue8340 messages
2010-04-10 22:10:32eric.araujocreate