You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #30758: for python 3.6, universal_newlines=, not text=, must be used in run()
after #30740, `text=True` is still there, in the call to `run()`, and
also not supported by Python 3.6.
Cf.
https://docs.python.org/3/library/subprocess.html
{{{
Changed in version 3.7: Added the text parameter,
as a more understandable alias of universal_newlines.
Added the capture_output parameter.
}}}
as reported on [https://groups.google.com/d/msgid/sage-
release/8404a7d9-b906-4301-b891-59733da482cen%40googlegroups.com sage-
release]
URL: https://trac.sagemath.org/30758
Reported by: dimpase
Ticket author(s): Dima Pasechnik
Reviewer(s): Clemens Heuberger
0 commit comments