]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rewrote _{read,write}_{short,long} to use the newly revamped struct
authorGuido van Rossum <guido@python.org>
Tue, 31 Dec 1996 05:57:34 +0000 (05:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 31 Dec 1996 05:57:34 +0000 (05:57 +0000)
commit36bb181cdffbb80b555fd8454c80e66e10657dde
tree685c415853b788b2927d90596154d22d1254ea45
parent3dd68d3364c58aa835fad93ab97c9aa2f3834b26
Rewrote _{read,write}_{short,long} to use the newly revamped struct
module.  (Small problem: struct.pack() won't deal with the Python long
ints returned by struct.unpack() for the 'L' format.  Worked around
that for now.)
Lib/aifc.py