Victor Stinner 9d3b93ba30 Use the new Unicode API
* Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
 * Replce PyUnicode_FromUnicode(str, len) by PyUnicode_FromWideChar(str, len)
 * Replace Py_UNICODE by wchar_t
 * posix_putenv() uses PyUnicode_FromFormat() to create the string, instead
   of PyUnicode_FromUnicode() + _snwprintf()
2011-11-22 02:27:30 +01:00
..
2011-10-14 10:20:37 +02:00
2011-11-04 21:36:35 +01:00
2011-11-22 02:27:30 +01:00
2011-11-17 00:45:54 +01:00
2011-09-28 07:41:54 +02:00