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: Doc/library entries for cgi.FieldStorage max_num_fields
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Matthew Belisle, docs@python, vstinner
Priority: normal Keywords: patch

Created on 2018-10-30 18:48 by Matthew Belisle, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10246 merged Matthew Belisle, 2018-10-30 18:49
PR 10247 merged Matthew Belisle, 2018-10-30 18:57
PR 10248 merged Matthew Belisle, 2018-10-30 19:01
Messages (4)
msg328937 - (view) Author: Matthew Belisle (Matthew Belisle) * Date: 2018-10-30 18:48
vstinner pointed out that cgi.FieldStorage max_num_fields needs documentation added to Doc/library.

https://bugs.python.org/issue34866#msg328401
msg328945 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-10-30 20:30
New changeset 68f323715e6627c550d1e8ffed7e36f1bb4aa42b by Victor Stinner (matthewbelisle-wf) in branch 'master':
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10247)
https://github.com/python/cpython/commit/68f323715e6627c550d1e8ffed7e36f1bb4aa42b
msg328948 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-10-30 21:15
New changeset 691196d1af6a7e9d218e3281a8f3385616b2ca86 by Victor Stinner (matthewbelisle-wf) in branch '3.6':
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10248)
https://github.com/python/cpython/commit/691196d1af6a7e9d218e3281a8f3385616b2ca86
msg328949 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-10-30 21:15
New changeset aa0a21a7c81cb4eca723b0f400e860a0e8e730b5 by Victor Stinner (matthewbelisle-wf) in branch '3.7':
bpo-35116, urllib.parse: Document the new max_num_fields parameter (GH-10246)
https://github.com/python/cpython/commit/aa0a21a7c81cb4eca723b0f400e860a0e8e730b5
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79297
2018-10-30 21:16:58vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-10-30 21:15:30vstinnersetmessages: + msg328949
2018-10-30 21:15:23vstinnersetmessages: + msg328948
2018-10-30 20:30:24vstinnersetnosy: + vstinner
messages: + msg328945
2018-10-30 19:01:43Matthew Belislesetpull_requests: + pull_request9562
2018-10-30 18:57:12Matthew Belislesetpull_requests: + pull_request9561
2018-10-30 18:49:52Matthew Belislesetkeywords: + patch
stage: patch review
pull_requests: + pull_request9560
2018-10-30 18:48:53Matthew Belislecreate