From e12619f43894aba9974bbae824ca87fbeb82f0a5 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Sun, 29 Mar 2009 22:53:53 +0700 Subject: [PATCH] minor change in README.twisted --- README.twisted | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.twisted b/README.twisted index 8d674cb..56dd7f8 100644 --- a/README.twisted +++ b/README.twisted @@ -77,7 +77,7 @@ application using deferToGreenThread see examples/twisted_http_proxy.py Although eventlet provides eventlet.green.socket module that implements interface of the standard Python socket, there's also a way to use twisted's network code in a synchronous fashion via GreenTransport class. -A GreenTransport interface is reminiscent of socket although it's not a drop-in +A GreenTransport interface is reminiscent of socket but it's not a drop-in replacement. It combines features of TCPTransport and Protocol in a single object: