This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: cgi.FormContentDict constructor should support parse options
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jbelmonte
Priority: normal Keywords:

Created on 2006-03-24 16:10 by jbelmonte, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg27870 - (view) Author: John Belmonte (jbelmonte) * Date: 2006-03-24 16:10
cgi.FormContentDict (and cgi.SvFormContentDict) should
take optional keep_blank_values and strict_parsing args
and pass them on to cgi.parse().  In my use case
neither of the parse defaults is what I want, so I'm
faced with having to hack or re-implement
SvFormContentDict.

msg27871 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-30 10:58
Logged In: YES 
user_id=849994

Added in rev. 52068 for Python 2.6.
History
Date User Action Args
2022-04-11 14:56:16adminsetgithub: 43086
2006-03-24 16:10:50jbelmontecreate