summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5aa64bc..773d056 100644
--- a/README.rst
+++ b/README.rst
@@ -6,6 +6,10 @@ Trollius
:target: http://unmaintained.tech/
:alt: No Maintenance Intended
+.. warning::
+ The Trollius project is deprecated since the release 2.1.! Use asyncio on
+ Python 3 instead.
+
Trollius provides infrastructure for writing single-threaded concurrent
code using coroutines, multiplexing I/O access over sockets and other
resources, running network clients and servers, and other related primitives.