]> granicus.if.org Git - python/commit
Merged revisions 81923 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 23:33:56 +0000 (23:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 23:33:56 +0000 (23:33 +0000)
commit6aec9bedfb4bf4e5594e96053da85747273efd10
tree175fe8f21fbaf1cdf4a86faa0ec41f115856df9e
parent829eab130ba32e4add8d3ea449109e1e9d4f171b
Merged revisions 81923 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81923 | victor.stinner | 2010-06-12 01:30:12 +0200 (sam., 12 juin 2010) | 16 lines

  Fix some bugs in c-api/arg.rst documentation

   * replace "the default encoding" by "'utf-8' encoding"
   * fix "w" / "w*" / "w#" doc: similar to "y" / "y*" / "y#"
     and not "s" / "s*" / "s#"
   * "u#": remove "Non-Unicode objects are handled by interpreting their
     read-buffer pointer ...", it's no more true
   * "es", "es#": remove "... and objects convertible to Unicode into a character
     buffer", it's no more true
   * Py_BuildValue(), "K" and "L" formats: specify the name of the C type on
     Windows (_int64 / unsigned _int64) as done for PyArg_Parse*() long long
     types
  --CETTE ligne, et les suivantes ci-dessous, seront ignorées--

  M    Doc/c-api/arg.rst
........
Doc/c-api/arg.rst