]> granicus.if.org Git - python/commit
Correct the handling of 0-termination of PyUnicode_AsWideChar()
authorMarc-André Lemburg <mal@egenix.com>
Mon, 22 Nov 2004 13:02:31 +0000 (13:02 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 22 Nov 2004 13:02:31 +0000 (13:02 +0000)
commita9cadcd41b27fd045626c4e3b98315aaa257ca75
treede54d0594b72a0b5fbdd6eaecd28a47837597d02
parent6d60c0962444bb8f6d13208489095144e7752924
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.
Doc/api/concrete.tex
Include/unicodeobject.h
Modules/_localemodule.c
Objects/unicodeobject.c