summaryrefslogtreecommitdiffstats
path: root/network/tornado/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/tornado/README')
-rw-r--r--network/tornado/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/network/tornado/README b/network/tornado/README
index 0e47d24d20..637f18b351 100644
--- a/network/tornado/README
+++ b/network/tornado/README
@@ -3,6 +3,3 @@ originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it
ideal for long polling, WebSockets, and other applications that require
a long-lived connection to each user.
-
-Some extra functionality is provided by having libraries/futures
-installed.