mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #20460: Merge with 3.3
This commit is contained in:
commit
28479d8c7d
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ Building values
|
|||
``None`` is returned.
|
||||
|
||||
``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.
|
||||
|
||||
``y#`` (:class:`bytes`) [char \*, int]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue