Files
cpython/Include
Victor Stinner 9076f9e187 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
........
2010-05-14 16:08:46 +00:00
..
2006-10-27 23:31:49 +00:00
2006-02-15 17:27:45 +00:00
2008-07-02 22:38:47 +00:00
2009-02-25 02:25:04 +00:00
2010-03-20 20:47:27 +00:00
2009-05-17 22:19:14 +00:00
2009-04-27 20:54:42 +00:00
2009-05-09 18:10:51 +00:00