make all syntax compatible with 3.1 and 2.5
--HG-- branch : trunk
This commit is contained in:
@@ -88,6 +88,6 @@ def test_pool_clean_shutdown():
|
||||
assert not pool._alive
|
||||
assert not pool._ready
|
||||
out, err = capture.reset()
|
||||
print out
|
||||
print >>sys.stderr, err
|
||||
print(out)
|
||||
sys.stderr.write(err + "\n")
|
||||
assert err == ''
|
||||
|
||||
Reference in New Issue
Block a user