]> granicus.if.org Git - python/commit
Issue #8711: Document PyUnicode_DecodeFSDefault*() functions
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 15:58:55 +0000 (15:58 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 15:58:55 +0000 (15:58 +0000)
commit77c3862417552902425d1ccb1ace468d81dab36b
tree43feda8c77899a95b0a1b05c7b6f4ff44eedb5b1
parent766ad36de54203f6d5af21bbb20ba375ca1d66a8
Issue #8711: Document PyUnicode_DecodeFSDefault*() functions

 * Add paragraph titles to c-api/unicode.rst.
 * Fix PyUnicode_DecodeFSDefault*() comment: it now uses the "surrogateescape"
   error handler (and not "replace")
 * Remove "The function is intended to be used for paths and file names only
   during bootstrapping process where the codecs are not set up." from
   PyUnicode_FSConverter() comment: it is used after the bootstrapping and for
   other purposes than file names
Doc/c-api/unicode.rst
Include/unicodeobject.h