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 ezio.melotti, jcea, serhiy.storchaka, vstinner
Date 2012-12-14.18:29:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355509743.26.0.457920195393.issue16685@psf.upfronthosting.co.za>
In-reply-to
Content
> What happens if you pass strings?

They are encoded with UTF-8. See 's#' and 's*' formats in PyArg_ParseTuple() ('y*' recommended for bytes).
History
Date User Action Args
2012-12-14 18:29:03serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, vstinner, ezio.melotti
2012-12-14 18:29:03serhiy.storchakasetmessageid: <1355509743.26.0.457920195393.issue16685@psf.upfronthosting.co.za>
2012-12-14 18:29:03serhiy.storchakalinkissue16685 messages
2012-12-14 18:29:03serhiy.storchakacreate