]> granicus.if.org Git - python/commit
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:02:33 +0000 (20:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 13 Apr 2015 18:02:33 +0000 (20:02 +0200)
commit56452eea39baa9d1864b2275b9e93cf37378af09
treee2e7758ebbb55ef1a8539178a1941565e2ec63c2
parent682d05528ecd5e4ccdbce5bc90edec1a4fd1d71d
parent85e3ee749c351ebe0ad1ec28856d64da50b13f20
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