mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix debugging output to work with -bb
This commit is contained in:
parent
0a44a0b827
commit
c1b22d9c22
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class CmdLineTest(unittest.TestCase):
|
|||
while True:
|
||||
data = stderr.read(4)
|
||||
if support.verbose:
|
||||
print("repl stderr[:4]:", data)
|
||||
print("repl stderr[:4]:", repr(data))
|
||||
sys.stdout.flush()
|
||||
if data == b">>> ":
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue