Skip to content

[3.6] bpo-28647: Update -u documentation #1796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

matrixise
Copy link
Member

@matrixise matrixise commented May 24, 2017

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

Initial patch by Gareth Rees.

backport of #1655 for 3.6

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

Initial patch by Gareth Rees.
@Mariatta
Copy link
Member

Thanks for the PR @matrixise

I would prefer to wait that the PR on master be merged first, and the use the squashed commit hash on that PR to be cherry-picked (either manual git cherry-pick, or using cherry_picker.py

Reasons:

  • if we need any changes made to the original PR, we don't need to update the backport PRs
  • when we cherry-pick the squashed commit hash, the original PR gets linked to the backport PRs automatically.

Do you think you can help me with backporting GH-1306 to 2.7 please? I was supposed to do it but came across conflict and got distracted with PyCon 😅 Thank you! 😄

@brettcannon brettcannon changed the title bpo-28647: Update -u documentation [3.6] bpo-28647: Update -u documentation May 25, 2017
@Mariatta
Copy link
Member

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

@Mariatta Mariatta closed this May 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants