--- a/DebugClients/Python3/AsyncIO.py Sun Jan 31 16:15:16 2010 +0000
+++ b/DebugClients/Python3/AsyncIO.py Sun Jan 31 17:11:22 2010 +0000
@@ -48,7 +48,7 @@
"""
try:
got = self.readfd.readline_p()
- except Exception as exc:
+ except Exception:
return
if len(got) == 0: