# HG changeset patch # User paulb # Date 1079022237 0 # Node ID db87e1f59389b6e026c0d6998eadb7c6321cabbd # Parent 51886dcd2aa65bd673390a477d766031a5fc54ad [project @ 2004-03-11 16:23:57 by paulb] Updated documentation slightly. diff -r 51886dcd2aa6 -r db87e1f59389 README.txt --- a/README.txt Thu Mar 11 16:21:31 2004 +0000 +++ b/README.txt Thu Mar 11 16:23:57 2004 +0000 @@ -33,7 +33,5 @@ Things to consider for future releases: higher-level authentication support, cookie handling, redirects, session interfaces, and much better documentation. -Field storage needs testing, especially for anything using the -cgi.FieldStorage class, and either the Twisted support needs a wrapper class -resembling cgi.FieldStorage, or the whole structure of form fields needs -reviewing. +Field access needs testing, especially for anything using the cgi.FieldStorage +class - Webware and Twisted certainly need reviewing.