Commit 28479d8c authored by Zachary Ware's avatar Zachary Ware

Issue #20460: Merge with 3.3

parents 607bc3dd a479b750
...@@ -515,7 +515,7 @@ Building values ...@@ -515,7 +515,7 @@ Building values
``None`` is returned. ``None`` is returned.
``y`` (:class:`bytes`) [char \*] ``y`` (:class:`bytes`) [char \*]
This converts a C string to a Python :func:`bytes` object. If the C This converts a C string to a Python :class:`bytes` object. If the C
string pointer is *NULL*, ``None`` is returned. string pointer is *NULL*, ``None`` is returned.
``y#`` (:class:`bytes`) [char \*, int] ``y#`` (:class:`bytes`) [char \*, int]
......
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