Files
cpython/Modules
Victor Stinner 89e3436606 Issue #10841: set binary mode on files; the parser translates newlines
On Windows, set the binary mode on stdin, stdout, stderr and all
io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python parser
translates newlines (\r\n => \n).
2011-01-07 18:47:22 +00:00
..
2010-10-18 12:24:53 +00:00
2010-08-28 07:42:21 +00:00
2010-09-01 08:56:10 +00:00
2010-09-05 05:26:10 +00:00
2010-07-06 15:00:40 +00:00
2010-08-24 18:08:22 +00:00
2010-09-28 14:38:31 +00:00
2010-06-18 16:22:00 +00:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2011-01-06 21:57:06 +00:00
2010-10-11 22:42:28 +00:00
2010-10-11 22:42:28 +00:00
2010-12-03 20:14:31 +00:00