]> granicus.if.org Git - python/commit
Cleaned up io._BytesIO.write().
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 10 May 2008 19:59:16 +0000 (19:59 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 10 May 2008 19:59:16 +0000 (19:59 +0000)
commit844f757aae9b2e4975d4b98f8dc8b5f5fbd69608
tree4f8776e771ef59ab4230b068494975836107a5de
parentcd8001c8ed8ea11b13a57be7f0e524133177c2f8
Cleaned up io._BytesIO.write().

I am amazed that the old code, for inserting null-bytes, actually
worked. Who wrote that thing? Oh, it is me... doh.
Lib/io.py