Skip to content

[3.7] Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337) #10475

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

Merged
merged 1 commit into from
Nov 12, 2018

Conversation

miss-islington
Copy link
Contributor

  • universal_newlines defaulting to False would suggest, that not
    specifying universal_newlines explicitly and setting text to True
    should cause an error, which is not the case.
  • The run function didn't have the universal_newlines parameter
    documented
  • The check_output function didn't have its text parameter documented
    (cherry picked from commit 7432f09)

Co-authored-by: Jakub Stasiak jakub@stasiak.at

…honGH-10337)

* universal_newlines defaulting to False would suggest, that not
  specifying universal_newlines explicitly and setting text to True
  should cause an error, which is not the case.
* The run function didn't have the universal_newlines parameter
  documented
* The check_output function didn't have its text parameter documented
(cherry picked from commit 7432f09)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
@miss-islington
Copy link
Contributor Author

@jstasiak: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7a90504 into python:3.7 Nov 12, 2018
@miss-islington miss-islington deleted the backport-7432f09-3.7 branch November 12, 2018 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants