mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-38600: NULL -> `NULL
`. (GH-17001)
Also fix some other formatting.
This commit is contained in:
parent
1d8da61f5a
commit
e835b31d2b
27 changed files with 68 additions and 68 deletions
|
@ -1675,9 +1675,9 @@ to sockets.
|
|||
``None`` or a :term:`bytes-like object` representing a buffer. In the later
|
||||
case it is up to the caller to ensure that the bytestring contains the
|
||||
proper bits (see the optional built-in module :mod:`struct` for a way to
|
||||
encode C structures as bytestrings). When value is set to ``None``,
|
||||
optlen argument is required. It's equivalent to call setsockopt C
|
||||
function with optval=NULL and optlen=optlen.
|
||||
encode C structures as bytestrings). When *value* is set to ``None``,
|
||||
*optlen* argument is required. It's equivalent to call :c:func:`setsockopt` C
|
||||
function with ``optval=NULL`` and ``optlen=optlen``.
|
||||
|
||||
|
||||
.. versionchanged:: 3.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue