]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fixed broken reference link 1029/head
authordaftshady <daftonshady@gmail.com>
Tue, 8 Apr 2014 17:50:36 +0000 (02:50 +0900)
committerdaftshady <daftonshady@gmail.com>
Tue, 8 Apr 2014 17:50:36 +0000 (02:50 +0900)
tornado/platform/common.py

index d9c4cf9fb1ad31300587d3e24030d9670ed150d3..b409a903f39c3dbaa77a6c6717e9185ce35bc8e8 100644 (file)
@@ -15,7 +15,8 @@ class Waker(interface.Waker):
     and Jython.
     """
     def __init__(self):
-        # Based on Zope async.py: http://svn.zope.org/zc.ngi/trunk/src/zc/ngi/async.py
+        # Based on Zope select_trigger.py:
+        # https://github.com/zopefoundation/Zope/blob/master/src/ZServer/medusa/thread/select_trigger.py
 
         self.writer = socket.socket()
         # Disable buffering -- pulling the trigger sends 1 byte,