[ python-Bugs-881861 ] type of Py_UNICODE depends on ./configure
options
SourceForge.net
noreply at sourceforge.net
Wed Jan 21 20:02:03 EST 2004
Bugs item #881861, was opened at 2004-01-22 02:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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
----------------------------------------------------------------------
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