]> granicus.if.org Git - python/commit
Add a comment explaining that struct.pack() beats marshal.dumps(), but
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 03:17:21 +0000 (03:17 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 03:17:21 +0000 (03:17 +0000)
commite0b904232fc93a818aae0740cfb7b076a513a5da
tree321ecd182495f9a3cc2360a5c0b9e6ca3d87b66d
parent5c938d00a1cbe5b7d0c478987b726bb31f169c82
Add a comment explaining that struct.pack() beats marshal.dumps(), but
marshal.loads() beats struct.unpack()!  Possibly because the latter
creates a one-tuple. :-(
Lib/pickle.py