8000 [2.7] bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · Pull Request #9969 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[2.7] bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) #9969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Prev Previous commit
Next Next commit
param -> parameter
  • Loading branch information
matthewbelisle-wf committed Oct 30, 2018
commit 1767079519278d86331ee3622fd4f9f36093f823
4 changes: 2 additions & 2 deletions Doc/library/urlparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The :mod:`urlparse` module defines the following functions:
Copied from the :mod:`cgi` module.

.. versionchanged:: 2.7.16
Added *max_num_fields* param.
Added *max_num_fields* parameter.

.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing[, max_num_fields]]])

Expand Down Expand Up @@ -183,7 +183,7 @@ The :mod:`urlparse` module defines the following functions:
Copied from the :mod:`cgi` module.

.. versionchanged:: 2.7.16
Added *max_num_fields* param.
Added *max_num_fields* parameter.

.. function:: urlunparse(parts)

Expand Down
0