Python finally offloads some batteries
Python finally offloads some batteries
Posted Mar 18, 2022 18:35 UTC (Fri) by edgewood (subscriber, #1123)In reply to: Python finally offloads some batteries by cjwatson
Parent article: Python finally offloads some batteries
Did you find an alternative? I have a few scripts that are only called occasionally, and aren't performance sensitive, so are fine as CGI scripts, which saves me deployment hassle.
But I do need to parse URL and form parameters, and use FieldStorage for that. I was planning to just copy cgi.py when it went EOL, but if there's a better replacement I'll use it.
