]> granicus.if.org Git - python/commitdiff
(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)
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.

1  2 
Doc/library/subprocess.rst

Simple merge