summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncore.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_asyncore.py')
-rw-r--r--Lib/test/test_asyncore.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_asyncore.py b/Lib/test/test_asyncore.py
index 7bb594d..dccdfed 100644
--- a/Lib/test/test_asyncore.py
+++ b/Lib/test/test_asyncore.py
@@ -647,6 +647,10 @@ class BaseTestAPI(unittest.TestCase):
self.flag = True
self.close()
+ def handle_expt(self):
+ self.flag = True
+ self.close()
+
class TestHandler(BaseTestHandler):
def handle_read(self):