Kaydet (Commit) 7a259ca8 authored tarafından Georg Brandl's avatar Georg Brandl

#4427: fix arguments for "y" BuildValue type.

üst ed5b9b3f
...@@ -438,7 +438,7 @@ and the following format units are left untouched. ...@@ -438,7 +438,7 @@ and the following format units are left untouched.
Convert a C string and its length to a Python object. If the C string pointer Convert a C string and its length to a Python object. If the C string pointer
is *NULL*, the length is ignored and ``None`` is returned. is *NULL*, the length is ignored and ``None`` is returned.
``y`` (bytes) [char \*, int] ``y`` (bytes) [char \*]
This converts a C string to a Python :func:`bytes` object. If the C This converts a C string to a Python :func:`bytes` object. If the C
string pointer is *NULL*, ``None`` is returned. string pointer is *NULL*, ``None`` is returned.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment