Python 2.4 support completed! Update readme and changelog
authorJosh Roesslein <jroesslein@gmail.com>
Thu, 15 Oct 2009 23:53:28 +0000 (18:53 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Thu, 15 Oct 2009 23:53:28 +0000 (18:53 -0500)
CHANGES
README

diff --git a/CHANGES b/CHANGES
index 22415d18cf12ee9e6188f073a0a178f5492117f5..eb2768e22f58beabba9d2b25dfb5dbceb663ecd5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,8 @@ during upgrade will be listed here.
     + Status: added retweet, favorite and retweets methods
       (NOTE: retweet API not live yet on twitter)
 
++ Python 2.4 support
+
 + Update OAuth bundled library.
 
 - Logging removed. Having our own mini-logging system just feels like overkill.
diff --git a/README b/README
index 1f3b8f915895c09e8c5fc7a302d7d0142e26c8d6..5f854894f7969996c1225cc31224257d1ec7ee9e 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ Features:
   + Actively under development
   + Streaming API support
   + Cache system (memory, file, memcache)
-  + Python 3 branch
+  + Python 3 branch (3.1)
 
 Getting started:
   Check out the tutorial folder to get started with Tweepy.
@@ -37,7 +37,7 @@ Bug tracker: http://github.com/joshthecoder/tweepy/issues
 Author: Joshua Roesslein
 License: MIT
 Dependencies:
-  Python 2.5+
+  Python 2.4 or newer
   Simplejson <http://undefined.org/python/#simplejson>
     **Included in python 2.6+
   Python-OAuth <http://code.google.com/p/oauth>