]> granicus.if.org Git - python/commit
Added much functionality to the bytes type.
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2006 13:47:05 +0000 (13:47 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2006 13:47:05 +0000 (13:47 +0000)
commitd624f18a2167daeabc85c1fef7e71dbc93daf5b5
tree32be0f71bf46f0b459adc6f21f464dbf43a96ded
parente06b6b8ff5a380f5e107f2d28f23853bfe20021e
Added much functionality to the bytes type.
Change file.readinto() to require binary mode.
Include/bytesobject.h
Lib/test/test_bytes.py
Lib/test/test_file.py
Objects/bytesobject.c
Objects/fileobject.c