From: Michael V. DePalatis Date: Mon, 4 Mar 2019 22:25:11 +0000 (-0700) Subject: Remove twisted version comment in module docstring X-Git-Tag: v6.1.0b1~83^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb741cbd9dd2a67a11d3a84151bb735d540746c;p=thirdparty%2Ftornado.git Remove twisted version comment in module docstring Let the documentation in `TwistedResolver` specify the minimum version. --- diff --git a/tornado/platform/twisted.py b/tornado/platform/twisted.py index 388163130..e563094a8 100644 --- a/tornado/platform/twisted.py +++ b/tornado/platform/twisted.py @@ -17,8 +17,6 @@ This module lets you run applications and libraries written for Twisted in a Tornado application. It can be used in two modes, depending on which library's underlying event loop you want to use. - -This module has been tested with Twisted versions 11.0.0 and newer. """ import socket