On Friday 07 September 2001 17:05, Ian Bicking wrote:
> Tavis Rudd <[EMAIL PROTECTED]> wrote:
> > Fair enough, but that expose users of Webware and
> > Python 1.5.2 to bugs that have been fixed in the recent
> > versions of cgi.FieldStorage. With that in mind, is
> > there any point in trying to
Hi,
there's lots of instances in the Webware codebase where the
string module is used instead of using string methods.
Someone told me months ago that this was to allow Webware
use with Python 1.5.2.
Fair enough, but that expose users of Webware and Python
1.5.2 to bugs that have been fixed