Homec4science

Fixed with Sam wash_urlargd() so that {tuple,list} ouptut types are {tuple…

Authored by Tibor Simko <tibor.simko@cern.ch> on Jan 8 2008, 15:05.

Description

Fixed with Sam wash_urlargd() so that {tuple,list} ouptut types are {tuple,list} of strings. (Beware when using this with multiple file upload forms!) Also, removed 'dict' output type that does not seem to be coded properly (and does not seem to be used either). This commit fixes problems with newer mod_pythons (e.g. 3.3.1) where wash_urlargd() would return a list of Field objects if the cast to string is not explicit, unlike previous mod_python versions (e.g. 3.1.3) that returned list of strings directly. Humph.

Details

Committed
Tibor Simko <tibor.simko@cern.ch>Jan 8 2008, 15:05
Parents
R3600:bfd364f29bd5: Deleted trailing whitespace.
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:e102b1eb6554: Fixed with Sam wash_urlargd() so that {tuple,list} ouptut types are {tuple… (authored by Tibor Simko <tibor.simko@cern.ch>).Jan 8 2008, 15:05