[New-bugs-announce] [issue43087] ctypes documentation error

Mark Tolonen report at bugs.python.org
Sun Jan 31 14:07:19 EST 2021


New submission from Mark Tolonen <metolone at hotmail.com>:

At the following documentation link:

https://docs.python.org/3/library/ctypes.html#incomplete-types

The last example should have byte strings:

>>> c1 = cell()
>>> c1.name = b"foo"
>>> c2 = cell()
>>> c2.name = b"bar"

----------
messages: 386037
nosy: metolone
priority: normal
severity: normal
status: open
title: ctypes documentation error

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43087>
_______________________________________


More information about the New-bugs-announce mailing list