summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2018-03-09 11:33:01 +0100
committerVictor Stinner <victor.stinner@gmail.com>2018-03-09 11:33:08 +0100
commit479788fb7b568c0c685599e55e0e98cab9fe474c (patch)
treebe79889b35e72f32eab3b15a25ae1c84a9fd0468
parent30d97606a3129b865e1d00700b2bb46cf7fe48ef (diff)
downloadtrollius-git-479788fb7b568c0c685599e55e0e98cab9fe474c.tar.gz
README: add deprecation warning
-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.