after being deprecated (see #10), the 'cgi' module has been totally removed from python 3.13.0 - where now ombott 2.2 cannot run. Maybe the 2.0rc2 proposed fix could be ported on 2.2? BTW: this is ...
sndhdr, spwd, sunau, telnetlib, uu and xdrlib. Backport and rebase a patch from Fedora to remove use of module cgi. Upstream-Status: Backport [https://dl ...
I've got a web-app I'm working that uses Python cgi. I was initially handling queries w/ GET and cgi.FieldStorage but some of my query strings are too long and I need to switch to post.<BR><BR>However ...