Issue #22982: Improve BOM handling when seeking to multiple positions of a writable...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:01:21 +0000 (20:01 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:01:21 +0000 (20:01 +0200)
commit85e3ee749c351ebe0ad1ec28856d64da50b13f20
tree55dc2ddb8c1085bf4271a35e72d0697035426c4a
parent20d31b5182bebdf433c1b1c124377895333adbec
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c