Marc-Andre Lemburg <[email protected]> added the comment: On 2009-01-17 14:00, STINNER Victor wrote: >> A test would be good, too. > > PyUnicode_FromWideChar() is not a public API. Should I write a function in > _testcapi?
It is a public C API. Regardless of this aspect, we should always add tests for bugs in order to make sure they don't pop up again. _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4474> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
