]> granicus.if.org Git - python/commit
Issue #17860: explicitly mention that std* streams are opened in binary mode by default.
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 6 Jul 2013 08:23:59 +0000 (10:23 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 6 Jul 2013 08:23:59 +0000 (10:23 +0200)
commita68650553d8e5339610286643dfe4f078244c5ba
treec5f82b0de9e08ba86cd33e77ddd8764771d4c379
parent54ad7e39dfe429795cc908a9a03a94c485c87cc2
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.
Doc/library/subprocess.rst