commit | a68650553d8e5339610286643dfe4f078244c5ba | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 06 10:23:59 2013 +0200 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Jul 06 10:23:59 2013 +0200 |
tree | c5f82b0de9e08ba86cd33e77ddd8764771d4c379 | |
parent | 54ad7e39dfe429795cc908a9a03a94c485c87cc2 [diff] |
Issue #17860: explicitly mention that std* streams are opened in binary mode by default. The documentation does mention that the streams are opened in text mode when univeral_newlines is true, but not that that they are opened in binary mode when that argument is false and that seems to confuse at least some users.