Kaydet (Commit) 953c1897 authored tarafından Tim Peters's avatar Tim Peters

Ah, fudge. One of the prints here actually "shouldn't be"

protected by "if verbose:", which caused the test to fail on
all non-Windows boxes.

Note that I deliberately didn't convert this to unittest yet,
because I expect it would be even harder to debug this on Tru64
after conversion.
üst 1742f333
...@@ -126,8 +126,7 @@ try: ...@@ -126,8 +126,7 @@ try:
# KeyboardInterrupt, finally getting us out of the loop. # KeyboardInterrupt, finally getting us out of the loop.
os.system(script) os.system(script)
try: try:
if verbose: print "starting pause() loop..."
print "starting pause() loop..."
while 1: while 1:
try: try:
if verbose: if verbose:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment