[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/async eeek, forgot to loghandler.uninstall()

Adam Groszer agroszer at gmail.com
Sun Jan 24 08:24:08 EST 2010


Log message for revision 108435:
  eeek, forgot to loghandler.uninstall()

Changed:
  U   zc.ngi/trunk/src/zc/ngi/async-udp.test
  U   zc.ngi/trunk/src/zc/ngi/async.txt

-=-
Modified: zc.ngi/trunk/src/zc/ngi/async-udp.test
===================================================================
--- zc.ngi/trunk/src/zc/ngi/async-udp.test	2010-01-24 13:19:54 UTC (rev 108434)
+++ zc.ngi/trunk/src/zc/ngi/async-udp.test	2010-01-24 13:24:08 UTC (rev 108435)
@@ -41,3 +41,5 @@
     >>> time.sleep(0.1)
 
     >>> zc.ngi.async.udp((addr, 9644), 'test'); time.sleep(0.1)
+
+    >>> loghandler.uninstall()

Modified: zc.ngi/trunk/src/zc/ngi/async.txt
===================================================================
--- zc.ngi/trunk/src/zc/ngi/async.txt	2010-01-24 13:19:54 UTC (rev 108434)
+++ zc.ngi/trunk/src/zc/ngi/async.txt	2010-01-24 13:24:08 UTC (rev 108435)
@@ -239,3 +239,4 @@
 
     >>> listener.close()
     >>> time.sleep(0.1)
+    >>> loghandler.uninstall()



More information about the checkins mailing list