This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit 9307ef2
committed
do not use the python3.7+ text= in run()
after #30740, text=True is still there, in the calls to run(),
and also not supported by Python 3.6,
cf.://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 in https://groups.google.com/d/msgid/sage-release/8404a7d9-b906-4301-b891-59733da482cen%40googlegroups.com1 parent 1e728ac commit 9307ef2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments