Description
Redistributes the removed standard-library cgi module for legacy Python software that still parses CGI form data or uses old CGI helpers. It helps older web code continue running while it is being migrated.
This is a compatibility library for legacy code, not a recommended base for new web applications. CGI input can be risky, so validate uploads, form fields, encodings, and size limits carefully.