Message146450
Unicode environment vars work properly in Python 3.x on Windows, too, because the convertenviron() function in posixmodule.c uses extern _wenviron PyUnicode_FromWideChar() in Python 3.x. In Python 2.7, convertenviron() uses extern environ and PyString_FromString*(). |
|
| Date |
User |
Action |
Args |
| 2011-10-26 18:32:52 | santoso.wijaya | set | recipients:
+ santoso.wijaya, vstinner, ezio.melotti, eric.araujo, flox, mandel |
| 2011-10-26 18:32:52 | santoso.wijaya | set | messageid: <[email protected]> |
| 2011-10-26 18:32:52 | santoso.wijaya | link | issue13207 messages |
| 2011-10-26 18:32:52 | santoso.wijaya | create | |
|