Search notes:

Python standard library: cgi

cgi is deprecated in 3.11 (PEP 594).
Replacements for some functionality:
parse urllib.parse.parse_qs parse seems to be a wrapper for the replacement
parse_header email.message.Message
parse_multipart email.message.Message same MIME RFCs
FieldStorage, MiniFieldStorage No direct replacement but can typically be replaced by using multipart (for POST and PUT requests) or urllib.parse.parse_qsl (for GET and HEAD requests)
valid_boundary re.compile("^[ -~]{0,200}[!-~]$") Undocumented

See also

PEP 206 considers this module to be poorly designed.
standard library

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758198439, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Python/standard-library/cgi(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78