blob: 7bb7880105781ef2f41d81e82197fb56126fb2b0 [file] [log] [blame]
Fix an assertion failure in the write() method of `io.TextIOWrapper`, when
the encoder doesn't return a bytes object. Patch by Oren Milman.