while (1) -> while 1.  Sorry.
diff --git a/Lib/uu.py b/Lib/uu.py
index a9e1c5b..23331aa 100755
--- a/Lib/uu.py
+++ b/Lib/uu.py
@@ -87,7 +87,7 @@
     #
     # Read until a begin is encountered or we've exhausted the file
     #
-    while (1):
+    while 1:
 	hdr = in_file.readline()
 	if not hdr:
 	    raise Error, 'No valid begin line found in input file'