From 9b188b62d44c56bc5aeb82a5e8371349b970ec82 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 24 Jul 2009 13:53:33 -0700 Subject: [PATCH] README more correct --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 0d05178..074c908 100644 --- a/README +++ b/README @@ -12,9 +12,8 @@ https://lists.secondlife.com/cgi-bin/mailman/listinfo/eventletdev == requirements === -Eventlet runs on Python version 2.3 or greater, with the following dependenceis: +Eventlet runs on Python version 2.4 or greater, with the following dependenceis: * http://cheeseshop.python.org/pypi/greenlet -* (if running python versions < 2.4) collections.py from the 2.4 distribution or later == limitations ==