]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add new formats B, H, I, L for unsigned data types (analogous to the
authorGuido van Rossum <guido@python.org>
Fri, 3 Jan 1997 19:09:47 +0000 (19:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Jan 1997 19:09:47 +0000 (19:09 +0000)
commit549ab711aad1e8e342b79d3aa74b62f397afbbe7
treed7ed422ff27f6753f8c5ea659404df373983f56e
parent6c87ecaff196348edc380f08643f48618e6d96d5
Add new formats B, H, I, L for unsigned data types (analogous to the
recent changes in the struct module).
Modules/arraymodule.c