-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
for python 3.6, universal_newlines=, not text=, must be used in run() #30758
Comments
Commit: |
New commits:
|
Author: Dima Pasechnik |
Reviewer: Clemens Heuberger |
comment:2
This solves the problem on my machine, The python3 documentation states that "The |
comment:3
Thanks for fixing and testing this! |
Changed branch from u/dimpase/python3/no_text_in_run_for_py36 to |
after #30740,
text=True
is still there, in the call torun()
, and also not supported by Python 3.6.Cf.
https://docs.python.org/3/library/subprocess.html
as reported on sage-release
CC: @mkoeppe @vbraun
Component: python3
Author: Dima Pasechnik
Branch/Commit:
9307ef2
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/30758
The text was updated successfully, but these errors were encountered: