commit | e450185b4ad645d4f72cbd4b2139d6a987edc84d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu May 14 18:55:55 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu May 14 18:55:55 2009 +0000 |
tree | d588925c1710f0404f9ac61058a79a5b33382408 | |
parent | b565577aa722d8b39aa42da0384f776680c03c36 [diff] |
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. This means, for example, that opening an UTF-16 text file in append mode doesn't add a BOM at the end of the file if the file isn't empty.