[ python-Bugs-881861 ] type of Py_UNICODE depends on ./configure
options
SourceForge.net
noreply at sourceforge.net
Thu Jun 3 05:55:59 EDT 2004
Bugs item #881861, was opened at 2004-01-22 02:02
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=881861&group_id=5470
Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Biehunko Michael (aszlig)
Assigned to: Nobody/Anonymous (nobody)
Summary: type of Py_UNICODE depends on ./configure options
Initial Comment:
"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
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2004-06-03 11:55
Message:
Logged In: YES
user_id=21627
Thanks for the report. Fixed in
concrete.tex 1.43
utilities.tex 1.13
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=881861&group_id=5470
More information about the Python-bugs-list
mailing list