STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I fixed in this issue in multiple commits:
 - r85093: create PyUnicode_AsWideCharString()
 - r85094: use it in import.c
 - r85095: use it for _locale.strcoll()
 - r85096: use it for time.strftime()
 - r85097: use it in _ctypes module

> So, you agree with the API (and the documentation)?

Well, you can now directly patch the documentation. I think that the API is 
simple and fine :-)

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9979>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to