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.

classification
Title: type of Py_UNICODE depends on ./configure options
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: aszlig, loewis
Priority: normal Keywords:

Created on 2004-01-22 01:02 by aszlig, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19784 - (view) Author: Biehunko Michael (aszlig) Date: 2004-01-22 01:02
"u" (Unicode string) [Py_UNICODE *]
	Convert a null-terminated buffer of Unicode (UCS-2) data to a Python Unicode object. If the Unicode
	buffer pointer is NULL, None is returned.    ^^^^^

it's either ucs-2 _or_ ucs-4 (./configure with --enable-unicode=ucs?).

url: http://www.python.org/doc/current/api/arg-parsing.html
msg19785 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-03 09:55
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in

concrete.tex 1.43
utilities.tex 1.13
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39853
2004-01-22 01:02:03aszligcreate