From: daftshady Date: Tue, 8 Apr 2014 17:50:36 +0000 (+0900) Subject: fixed broken reference link X-Git-Tag: v4.0.0b1~96^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a44f0c0eaee3a51cd04145786e5a32d0602e2f;p=thirdparty%2Ftornado.git fixed broken reference link --- diff --git a/tornado/platform/common.py b/tornado/platform/common.py index d9c4cf9fb..b409a903f 100644 --- a/tornado/platform/common.py +++ b/tornado/platform/common.py @@ -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,