]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 81168 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 16:08:46 +0000 (16:08 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 May 2010 16:08:46 +0000 (16:08 +0000)
commit9076f9e187c4a0620b52bff7f3c4659647141783
tree0f6210e54ac905ada3b955f2f3e8d046de115108
parent9d765bd0ea2ca7c58118b4211412948541d7fd21
Merged revisions 81168 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81168 | victor.stinner | 2010-05-14 17:58:55 +0200 (ven., 14 mai 2010) | 10 lines

  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