This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients amaury.forgeotdarc, ezio.melotti, lemburg, vstinner
Date 2010-09-29.10:41:56
SpamBayes Score 6.344354e-05
Marked as misclassified No
Message-id <1285756918.55.0.845107982404.issue9979@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2010-09-29 10:41:58vstinnersetrecipients: + vstinner, lemburg, amaury.forgeotdarc, ezio.melotti
2010-09-29 10:41:58vstinnersetmessageid: <1285756918.55.0.845107982404.issue9979@psf.upfronthosting.co.za>
2010-09-29 10:41:57vstinnerlinkissue9979 messages
2010-09-29 10:41:56vstinnercreate