Skip to content
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

Replace python subprocess's universal_newlines with text. NFC #23627

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Feb 8, 2025

In python 3.7 the universal_newlines parameter was deprecated in favor of the more readable text parameter.

We updated our minimum supported python version to 3.8 in #23417.

@sbc100 sbc100 force-pushed the universal_newlines branch 2 times, most recently from d509c95 to aeb0006 Compare February 8, 2025 19:51
In python 3.7 the `universal_newlines` parameter was deprecated in
favor of the more readable `text` parameter.

We updated our minimum supported python version to 3.8 in emscripten-core#23417.
@sbc100 sbc100 force-pushed the universal_newlines branch from aeb0006 to 0cbe487 Compare February 8, 2025 19:52
@sbc100 sbc100 requested a review from hoodmane February 8, 2025 19:52
@sbc100 sbc100 enabled auto-merge (squash) February 8, 2025 20:49
@sbc100 sbc100 merged commit 3edcc1b into emscripten-core:main Feb 8, 2025
29 checks passed
@sbc100 sbc100 deleted the universal_newlines branch February 8, 2025 21:00
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.

None yet

2 participants