]> granicus.if.org Git - python/commit
Fix some bugs in c-api/arg.rst documentation
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 23:30:12 +0000 (23:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 23:30:12 +0000 (23:30 +0000)
commit7909b0085a86c6956506ff1892fdc6feac2dbfd1
tree8a9e3bf4237d3ac7dac0eda4e1813431db169643
parent9a45a6b1c2158c988d1fc1964dadd64c3f3f80c6
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