Message103568
PEP 277 explicitly states that unicode strings should be passed to wide-character functions, whereas byte strings use "standard" functions.
This is done in posixmodule.c, for example.
The "current locale" is a moving thing. |
|
| Date |
User |
Action |
Args |
| 2010-04-19 09:23:01 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, vstinner |
| 2010-04-19 09:23:01 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2010-04-19 09:23:00 | amaury.forgeotdarc | link | issue8393 messages |
| 2010-04-19 09:22:59 | amaury.forgeotdarc | create | |
|