[3.5] bpo-28647: Update -u documentation by matrixise · Pull Request #1797 · python/cpython

Conversation

@matrixise

  • stdout and stderr are always opened in text mode
  • and they are line-buffered

Initial patch by Gareth Rees.

backport of #1655 for 3.5

* stdout and stderr are always opened in text mode
* and they are line-buffered

Initial patch by Gareth Rees.

@brettcannon brettcannon changed the title bpo-28647: Update -u documentation [3.5] bpo-28647: Update -u documentation

May 25, 2017

@Mariatta

It was mentioned in #1655 that the backport is not yet needed. I'm closing this.
Thanks @matrixise