Message 177488 - Python tracker
Message177488
| 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:03 | serhiy.storchaka | set | recipients: + serhiy.storchaka, jcea, vstinner, ezio.melotti |
| 2012-12-14 18:29:03 | serhiy.storchaka | set | messageid: <1355509743.26.0.457920195393.issue16685@psf.upfronthosting.co.za> |
| 2012-12-14 18:29:03 | serhiy.storchaka | link | issue16685 messages |
| 2012-12-14 18:29:03 | serhiy.storchaka | create | |