]> granicus.if.org Git - python/commit
(3.3->default) Issue #17860: explicitly mention that std* streams are opened in binar...
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 6 Jul 2013 08:25:04 +0000 (10:25 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sat, 6 Jul 2013 08:25:04 +0000 (10:25 +0200)
commitc17d0c2218133109740e554abac26bf3345aaa3f
tree829e2131a3f549216609e8737cde96d86d20c41b
parentde68e0cf0e6d94b087a3b7ae40e50843dff6d918
parenta68650553d8e5339610286643dfe4f078244c5ba
(3.3->default) 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