]> granicus.if.org Git - python/commit
Fix issue1753: TextIOWrapper.write writes utf BOM for every string.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 7 Jan 2008 18:30:48 +0000 (18:30 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 7 Jan 2008 18:30:48 +0000 (18:30 +0000)
commita38f73b1bb327ceb1aad3a3001255ab81da91c22
treee1bc52230da9265f8b809b049f2499819047942f
parent52d168a9950cc0933b6f650e5fdebfad13347e88
Fix issue1753: TextIOWrapper.write writes utf BOM for every string.
Patch by Erick Tryzelaar, with slight modifications by me.
Lib/io.py
Lib/test/test_io.py