cpython/Lib/urllib
matthewbelisle-wf 209144831b bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
Adding `max_num_fields` to `cgi.FieldStorage` to make DOS attacks harder by
limiting the number of `MiniFieldStorage` objects created by `FieldStorage`.
2018-10-19 03:52:59 -07:00
..
__init__.py
error.py
parse.py bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) 2018-10-19 03:52:59 -07:00
request.py
response.py
robotparser.py