summaryrefslogtreecommitdiffstats
path: root/python/Pyro/README
diff options
context:
space:
mode:
author Thibaut Notteboom <tib@tibux.org>2011-12-14 10:44:48 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-18 00:07:48 -0200
commitf9b670f4e512254b89bb9d94491a7778d73522aa (patch)
tree9e0e1a9ac748016625adb8ab023e53cc5d6e7dc5 /python/Pyro/README
parent18f8fe555581a1e432ce35bd32337c859be71c2f (diff)
downloadslackbuilds-f9b670f4e512254b89bb9d94491a7778d73522aa.tar.gz
slackbuilds-f9b670f4e512254b89bb9d94491a7778d73522aa.tar.xz
python/Pyro: Updated for version 3.15.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/Pyro/README')
-rw-r--r--python/Pyro/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Pyro/README b/python/Pyro/README
index 1d8e46c33c..f0e88957f3 100644
--- a/python/Pyro/README
+++ b/python/Pyro/README
@@ -1,3 +1,7 @@
Pyro stands for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use.
+
+Pyro 3.x is in maintenance mode (only getting security- and bugfixes).
+New projects are strongly urged to use Pyro4 instead,
+which is the new Pyro version that is actively being developed.