| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 35ed73a commit ee3b0e9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ def test_exec_dunder_file(self): | |||
| 27 | 27 | p = subprocess.Popen( | |
| 28 | 28 | [sys.executable] + ["-m", "bpython.curtsies", f.name], | |
| 29 | 29 | stderr=subprocess.PIPE, | |
| 30 | - text=True, | ||
| 30 | + universal_newlines=True, | ||
| 31 | 31 | ) | |
| 32 | 32 | (_, stderr) = p.communicate() | |
| 33 | 33 | ||
@@ -66,7 +66,7 @@ def test_exec_nonascii_file_linenums(self): | |||
| 66 | 66 | p = subprocess.Popen( | |
| 67 | 67 | [sys.executable, "-m", "bpython.curtsies", f.name], | |
| 68 | 68 | stderr=subprocess.PIPE, | |
| 69 | - text=True, | ||
| 69 | + universal_newlines=True, | ||
| 70 | 70 | ) | |
| 71 | 71 | (_, stderr) = p.communicate() | |
| 72 | 72 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments