bpo-28647: Update -u documentation by berkerpeksag · Pull Request #1655 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@berkerpeksag

Copy link

Member

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

Initial patch by Gareth Rees.

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

Initial patch by Gareth Rees.

@matrixise

Copy link

Member

hi @berkerpeksag

there are two PR with the backports for 3.6 and 3.5

@berkerpeksag

Copy link

Member Author

Backport PRs are not needed at the moment. This PR might be closed if we decide to go with bpo-30404.

matrixise reacted with thumbs up emoji

@berkerpeksag

Copy link

Member Author

bpo-30404 has been merged so we don't need this PR in master anymore. I've opened PR #3954 to update documentation in 3.6.

@berkerpeksag berkerpeksag deleted the 28647-u-option branch

October 11, 2017 13:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@berkerpeksag @matrixise @brettcannon @the-knights-who-say-ni