]> granicus.if.org Git - python/commit
Using marshal functions to pack & unpack 1-byte ints is an obscure &
authorTim Peters <tim.peters@gmail.com>
Mon, 27 Jan 2003 21:15:36 +0000 (21:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 27 Jan 2003 21:15:36 +0000 (21:15 +0000)
commitbbf63cd05c9bc24964daeee7e5799d0f21091ad3
tree889828ae82676a5da68ea402ac3e21998ddf78ab
parent22a449aaccede97288ee98be7e862b957e77a557
Using marshal functions to pack & unpack 1-byte ints is an obscure &
expensive way to spell chr() and ord().
Lib/pickle.py