[wwwsearch-commits] r17754 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Thu Sep 22 00:53:41 CEST 2005


Author: jjlee
Date: Thu Sep 22 00:53:40 2005
New Revision: 17754

Modified:
   wwwsearch/ClientForm/trunk/INSTALL
   wwwsearch/ClientForm/trunk/README.html.in
Log:
Update documented Python version compatibility

Modified: wwwsearch/ClientForm/trunk/INSTALL
==============================================================================
--- wwwsearch/ClientForm/trunk/INSTALL	(original)
+++ wwwsearch/ClientForm/trunk/INSTALL	Thu Sep 22 00:53:40 2005
@@ -5,7 +5,7 @@
 Dependencies
 ~~~~~~~~~~~~
 
-Python 1.5.2 or above is required, and urllib2 is recommended.
+Python 2.0 or above is required, and urllib2 is recommended.
 
 
 Installation
@@ -52,7 +52,7 @@
 
 Copyright Notices
 
-  (C) 2002-2003 John J. Lee.  All rights reserved.
+  (C) 2002-2005 John J. Lee.  All rights reserved.
   (C) 1998-2000 Gisle Aas.  All rights reserved.   (Original LWP code)
 
 This code in this package is free software; you can redistribute it
@@ -60,4 +60,4 @@
 COPYING).
 
 John J. Lee <jjl at pobox.com>
-June 2003
+June 2005

Modified: wwwsearch/ClientForm/trunk/README.html.in
==============================================================================
--- wwwsearch/ClientForm/trunk/README.html.in	(original)
+++ wwwsearch/ClientForm/trunk/README.html.in	Thu Sep 22 00:53:40 2005
@@ -75,7 +75,7 @@
 filling in any password, or just set the password to <code>""</code> before
 pickling.</strong>
 
-<p>Python 1.5.2 or above is required.  To run the tests, you need the
+<p>Python 2.0 or above is required.  To run the tests, you need the
 <code>unittest</code> module (from <a href="http://pyunit.sourceforge.net/">PyUnit</a>).
 <code>unittest</code> is a standard library module with Python 2.1 and
 above.
@@ -156,7 +156,7 @@
      doesn't know how to parse or fill in a form or how to send it back to the
      server.
   <li>Which version of Python do I need?
-  <p>1.5.2 or above.
+  <p>2.0 or above (ClientForm 0.2; version 0.1 requires Python 1.5.2 or above).
   <li>Is <code>urllib2</code> required?
   <p>No.
   <li>How do I use it without <code>urllib2</code>?
@@ -164,10 +164,7 @@
   <li>Which <code>urllib2</code> do I need?
   <p>You don't.  It's convenient, though.  If you have Python 2.0, you need to
      upgrade to the version from Python 2.1 (available from <a
-     href="http://www.python.org/">www.python.org</a>).  Alternatively, use the
-     1.5.2-compatible version.  If you have Python 1.5.2, use this <a
-     href="../bits/urllib2.py"><code>urllib2</code></a> and <a
-     href="../bits/urllib.py"><code>urllib</code></a>. Otherwise, you're OK.
+     href="http://www.python.org/">www.python.org</a>).  Otherwise, you're OK.
   <li>Which license?
   <p>The <a href="http://www.opensource.org/licenses/bsd-license.php"> BSD
      license</a> (included in distribution).


More information about the wwwsearch-commits mailing list