From 40986ed30e3ab7ebc2aea3ba0c28fe3fb565b29c Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Sun, 23 Dec 2001 01:37:33 +0000 Subject: [PATCH] darn excess whitespace. --- Lib/asyncore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/asyncore.py b/Lib/asyncore.py index 98db70e35768..7340731e0794 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -82,7 +82,6 @@ def poll (timeout=0.0, map=None): if err[0] != EINTR: raise - if DEBUG: print r,w,e -- 2.47.3