diff options
author | jason kirtland <jek@discorporate.us> | 2010-03-28 15:36:16 -0700 |
---|---|---|
committer | jason kirtland <jek@discorporate.us> | 2010-03-28 15:36:16 -0700 |
commit | 8342f28502541e50e6b0f17b5cb3eeb22380c7ed (patch) | |
tree | 27f7e207ed642c8c8478564446b9c84ec6b5bb42 | |
parent | a5319c1d1f46529292ee689db707f54cabb27057 (diff) | |
download | blinker-8342f28502541e50e6b0f17b5cb3eeb22380c7ed.tar.gz |
Added Jython to docs and README
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | docs/source/index.rst | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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. |