From: Anthony Baxter Date: Sun, 23 Dec 2001 01:37:33 +0000 (+0000) Subject: darn excess whitespace. X-Git-Tag: v2.1.2c1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40986ed30e3ab7ebc2aea3ba0c28fe3fb565b29c;p=thirdparty%2FPython%2Fcpython.git darn excess whitespace. --- 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