[jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-10-26 Thread Mike Looijmans (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12444850 ] Mike Looijmans commented on MODPYTHON-93: - A very simple approach would be to delete the dictionary attribute when any change is made. The add_field

[jira] Updated: (MODPYTHON-93) Improve util.FieldStorage efficiency

2005-12-01 Thread Mike Looijmans (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Mike Looijmans updated MODPYTHON-93: Attachment: modpython325_util_py_dict.patch What it does: - Simplifies the creation of StringField objects. This was already marked as a TODO in the