summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2010-03-28 15:36:16 -0700
committerjason kirtland <jek@discorporate.us>2010-03-28 15:36:16 -0700
commit8342f28502541e50e6b0f17b5cb3eeb22380c7ed (patch)
tree27f7e207ed642c8c8478564446b9c84ec6b5bb42
parenta5319c1d1f46529292ee689db707f54cabb27057 (diff)
downloadblinker-8342f28502541e50e6b0f17b5cb3eeb22380c7ed.tar.gz
Added Jython to docs and README
-rw-r--r--README5
-rw-r--r--docs/source/index.rst2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 8be20af..23df694 100644
--- a/README
+++ b/README
@@ -27,6 +27,11 @@ sent by any sender.
This is round two.
Round 3!
+Requirements
+------------
+
+Blinker requires Python 2.4 or higher, Python 3.0 or higher, or Jython 2.5 or higher.
+
Changelog Summary
-----------------
diff --git a/docs/source/index.rst b/docs/source/index.rst
index d76e8ab..ce25ec7 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -18,7 +18,7 @@ The core of Blinker is quite small but provides powerful features:
Requirements
------------
-Python 2.4 or later; Python 3.0 or later.
+Python 2.4 or later; Python 3.0 or later; or Jython 2.5 or later.
No other modules are required.