Adding to FieldStorage

2006-06-28 Thread Mike Looijmans
* How are applications supposed to perform write operations on a FieldStorage, in 3.3 and the future? Since we claim that FieldStorage behaves like a dictionary, the obvious syntax would be: form['mykey'] = 'value' This would require a __setitem__ method which should look something like this (

Re: mod_python 3.2.9-rc2 available for testing

2006-06-28 Thread Mike Looijmans
So do you think we can release 3.2.9 with the old 3.2.8 code, or should this block the release until we have a correct fix? I'm hoping we can do a 3.3 release in October or November, FYI. I don't think it is worth trying to work on a fix that makes new FieldStorage code work with Trac. Just go w