[issue26899] struct.pack_into(), struct.unpack_from() don't document support for negative offsets
1 May
2016
1 May
'16
10:09 a.m.
New submission from Paul Sokolovsky: See https://docs.python.org/3/library/struct.html#struct.pack_into https://docs.python.org/3/library/struct.html#struct.unpack_from Actual source contains code like: if (offset < 0) offset += vbuf.len; to allow specify offsets from the end of a buffer. ---------- assignee: docs@python components: Documentation messages: 264590 nosy: docs@python, pfalcon priority: normal severity: normal status: open title: struct.pack_into(), struct.unpack_from() don't document support for negative offsets versions: Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26899> _______________________________________
3175
Age (days ago)
3175
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Sokolovsky