mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Now a from submitted via POST that also has a query string
will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
This commit is contained in:
parent
2da91c375b
commit
a6a4d50efe
4 changed files with 103 additions and 0 deletions
|
@ -165,6 +165,8 @@ data part of type :mimetype:`application/x-www-form-urlencoded`), the items will
|
|||
actually be instances of the class :class:`MiniFieldStorage`. In this case, the
|
||||
:attr:`list`, :attr:`file`, and :attr:`filename` attributes are always ``None``.
|
||||
|
||||
A form submitted via POST that also has a query string will contain both
|
||||
:class:`FieldStorage` and :class:`MiniFieldStorage` items.
|
||||
|
||||
Higher Level Interface
|
||||
----------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue