[Python-checkins] r74192 - python/trunk/Doc/c-api/arg.rst

georg.brandl python-checkins at python.org
Fri Jul 24 18:28:43 CEST 2009


Author: georg.brandl
Date: Fri Jul 24 18:28:38 2009
New Revision: 74192

Log:
Fix arg types of et#.

Modified:
   python/trunk/Doc/c-api/arg.rst

Modified: python/trunk/Doc/c-api/arg.rst
==============================================================================
--- python/trunk/Doc/c-api/arg.rst	(original)
+++ python/trunk/Doc/c-api/arg.rst	Fri Jul 24 18:28:38 2009
@@ -136,7 +136,7 @@
    In both cases, *\*buffer_length* is set to the length of the encoded data
    without the trailing NUL byte.
 
-``et#`` (string, Unicode object or character buffer compatible object) [const char \*encoding, char \*\*buffer]
+``et#`` (string, Unicode object or character buffer compatible object) [const char \*encoding, char \*\*buffer, int \*buffer_length]
    Same as ``es#`` except that string objects are passed through without
    recoding them. Instead, the implementation assumes that the string object
    uses the encoding passed in as parameter.


More information about the Python-checkins mailing list