New submission from Mark Tolonen <metol...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue43087> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com