Graham Dumpleton wrote:
The util.FieldStorage class, plus parse_qs and parse_qsl functions take a
parameter called strict_parsing. All the documentation says is:
The \var{strict_parsing} argument is not yet implemented.
Ie., it doesn't even say what it is meant to be for.
Does anyone know w
strict_parsing parameter in forms handling.
---
Key: MODPYTHON-163
URL: http://issues.apache.org/jira/browse/MODPYTHON-163
Project: mod_python
Type: Task
Components: core
Versions: 3.2.8
Reporter: Graham
The util.FieldStorage class, plus parse_qs and parse_qsl functions
take a
parameter called strict_parsing. All the documentation says is:
The \var{strict_parsing} argument is not yet implemented.
Ie., it doesn't even say what it is meant to be for.
Does anyone know what it is meant to be fo