A couple of Python 'Features'

Peter Otten __peter__ at web.de
Mon Sep 6 07:49:49 EDT 2004


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 




More information about the Python-list mailing list