Marc-Andre must not have run these tests -- they used verify() but
didn't import it. Also got rid of some inconsistent spaces inside
parentheses in test_gzip.py.
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py
index fb8fe10..e4467fe 100644
--- a/Lib/test/test_bufio.py
+++ b/Lib/test/test_bufio.py
@@ -1,4 +1,4 @@
-from test_support import TestFailed, TESTFN
+from test_support import TestFailed, TESTFN, verify
# Simple test to ensure that optimizations in fileobject.c deliver
# the expected results. For best testing, run this under a debug-build