Message 78739 - Python tracker
Message78739
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, loewis, pitrou, vstinner |
| Date | 2009-01-01.23:44:19 |
| SpamBayes Score | 0.0005220786 |
| Marked as misclassified | No |
| Message-id | <1230853460.54.0.669176028081.issue4035@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Every function of the Windows API comes in pair: an Ansi function (which accepts char* names) and a Wide function (which accepts wchar_t* names; Py_UNICODE* can be passed as-is) Don't perform conversion on Windows, just call the proper function. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-01 23:44:20 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, loewis, pitrou, vstinner |
| 2009-01-01 23:44:20 | amaury.forgeotdarc | set | messageid: <1230853460.54.0.669176028081.issue4035@psf.upfronthosting.co.za> |
| 2009-01-01 23:44:19 | amaury.forgeotdarc | link | issue4035 messages |
| 2009-01-01 23:44:19 | amaury.forgeotdarc | create | |