commit | a9cadcd41b27fd045626c4e3b98315aaa257ca75 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Mon Nov 22 13:02:31 2004 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Mon Nov 22 13:02:31 2004 +0000 |
tree | de54d0594b72a0b5fbdd6eaecd28a47837597d02 | |
parent | 6d60c0962444bb8f6d13208489095144e7752924 [diff] |
Correct the handling of 0-termination of PyUnicode_AsWideChar() and its usage in PyLocale_strcoll(). Clarify the documentation on this. Thanks to Andreas Degert for pointing this out.