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 serhiy.storchaka
Recipients gregory.p.smith, serhiy.storchaka
Date 2013-10-04.08:07:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380874078.92.0.61810369374.issue19159@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug, str accepts the encoding argument in Python 3. And in contrast to the decode method it works with arbitrary byte-like objects (i.e. array.array).
History
Date User Action Args
2013-10-04 08:07:58serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith
2013-10-04 08:07:58serhiy.storchakasetmessageid: <1380874078.92.0.61810369374.issue19159@psf.upfronthosting.co.za>
2013-10-04 08:07:58serhiy.storchakalinkissue19159 messages
2013-10-04 08:07:58serhiy.storchakacreate