Revision: 4339 Author: siebrand Date: 2007-09-21 09:41:33 +0000 (Fri, 21 Sep 2007)
Log Message: ----------- * Update required version status. Add 2.3 may work, but is not supported * Remove reference to Python 2.3 where no longer needed
Modified Paths: -------------- trunk/pywikipedia/CONTENTS trunk/pywikipedia/editarticle.py
Modified: trunk/pywikipedia/CONTENTS =================================================================== --- trunk/pywikipedia/CONTENTS 2007-09-21 01:33:27 UTC (rev 4338) +++ trunk/pywikipedia/CONTENTS 2007-09-21 09:41:33 UTC (rev 4339) @@ -215,7 +215,8 @@
You need to have at least python version 2.4 (http://www.python.org/download/) installed on your computer to be able to run any of the code in this package. -Support for older versions of python is not planned. +Although some of the code may work on python version 2.3, support for older +versions of python is not planned.
You do not need to "install" this package to be able to make use of it. You can actually just run it from the directory where you unpacked
Modified: trunk/pywikipedia/editarticle.py =================================================================== --- trunk/pywikipedia/editarticle.py 2007-09-21 01:33:27 UTC (rev 4338) +++ trunk/pywikipedia/editarticle.py 2007-09-21 09:41:33 UTC (rev 4339) @@ -1,6 +1,6 @@ #!/usr/bin/python
-# Edit a Wikipedia article with your favourite editor. Requires Python 2.3. +# Edit a Wikipedia article with your favourite editor. # # (C) Gerrit Holl 2004 # Distributed under the terms of the MIT license.