A couple of Python 'Features'
Michael Foord
fuzzyman at gmail.com
Tue Sep 7 06:35:00 EDT 2004
Peter Otten <__peter__ at web.de> wrote in message news:<chhist$30m$05$1 at news.t-online.com>...
> Michael Foord wrote:
>
> > Yep... I think the example failure I showed for FieldStorage was
> > actually under Python 2.3.4 - so I'm not convinced it's fixed.
> >
> > I'll raise two new bug reports but include references to the ones you
> > mention....
>
> I think it _is_ fixed:
>
> Python 2.3.3 (#1, Jan 3 2004, 13:57:08)
> [GCC 3.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import cgi
> >>> for i in cgi.FieldStorage(): print i
> ...
> >>>
>
> (I really should update)
>
> I suggest that you try it out under 2.3.4 *before* you file the report. I
> don't think it would be polite to bother the developers with a report of a
> bug that may already be fixed.
>
> Peter
I thought I had... but in fact the 'crate' I use to access the
internet on only has Python 2.2 (which I installed for testing my CGIs
on). Looks like it *is* fixed in 2.3.4...
Thanks
Fuzzy
http://www.voidspace.org.uk/atlantibots/pythonutils.html
More information about the Python-list
mailing list