[New-bugs-announce] [issue8711] Document PyUnicode_DecodeFSDefault() and PyUnicode_DecodeFSDefaultAndSize()

STINNER Victor report at bugs.python.org
Fri May 14 15:34:16 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

Attached patch document PyUnicode_DecodeFSDefault() and PyUnicode_DecodeFSDefaultAndSize() in Doc/c-api/, and fix comment in Include/unicodeobject.c (remove reference to bytearray, and specify that surrogateescape is used).

The patch adds also titles to group unicode functions and methods by topic.

----------
assignee: docs at python
components: Documentation, Unicode
files: unicode_doc.patch
keywords: patch
messages: 105706
nosy: docs at python, haypo
priority: normal
severity: normal
status: open
title: Document PyUnicode_DecodeFSDefault() and PyUnicode_DecodeFSDefaultAndSize()
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file17336/unicode_doc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8711>
_______________________________________


More information about the New-bugs-announce mailing list