[docs] [issue13341] Incorrect documentation for "u" PyArg_Parse format unit
Ilya Novoselov
report at bugs.python.org
Fri Nov 4 14:20:14 CET 2011
New submission from Ilya Novoselov <ilya.novoselov at gmail.com>:
Documentation states that u format unit returns "buffer of 16-bit Unicode (UTF-16) data" while it returns pointer to internal buffer of unicode data, which is either UCS-16 or UCS-32
http://docs.python.org/c-api/arg.html
----------
assignee: docs at python
components: Documentation, Unicode
messages: 147002
nosy: Ilya.Novoselov, docs at python, ezio.melotti
priority: normal
severity: normal
status: open
title: Incorrect documentation for "u" PyArg_Parse format unit
type: behavior
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13341>
_______________________________________
More information about the docs
mailing list