Skip to content

Replace "universal_newlines" with "text"

Ahmon Dancy requested to merge review/dancy/universal_newlines_to_text into master

In calls to subprocess.run() (or similar), replace the 'universal_newlines' keyword with 'text'. The functionality is the same but 'text' better expresses what's happening. 'text' is an alias that arrived in Python 3.7.

Merge request reports