]> granicus.if.org Git - python/commit
Support marshal.dump(x, f) where f is not a real file.
authorGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 03:31:13 +0000 (03:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Apr 2007 03:31:13 +0000 (03:31 +0000)
commit98f9746740e95bd0307a4a1a1f1adf69cc585e61
tree66ce1f83cb22b87e627a4c2520055507a25c8cc8
parent84d79ddce2176ae54825da32e096d6332a8d5138
Support marshal.dump(x, f) where f is not a real file.
Support ord(b) where b is a 1-byte string.
In zipfile.py, work around bytes being ints instead of chars, sometimes.
Lib/zipfile.py
Python/bltinmodule.c
Python/marshal.c