New submission from Serhiy Storchaka:

The documentation for PyUnicode_DecodeLocale() and PyUnicode_EncodeLocale() are 
wrong. The second parameter described as "int surrogateescape", but actually it 
is "const char *errors".

----------
assignee: docs@python
components: Documentation, Unicode
messages: 173760
nosy: docs@python, ezio.melotti, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Wrong C API documentation for locale encoding
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16323>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to