Python finally offloads some batteries
Python finally offloads some batteries
Posted Mar 17, 2022 23:06 UTC (Thu) by cjwatson (subscriber, #7322)In reply to: Python finally offloads some batteries by mb
Parent article: Python finally offloads some batteries
I don't know about the rest of cgi, but cgi.FieldStorage is so broken as to be a snare and a delusion, so I'm glad they're removing it. I got involved with maintaining the multipart package when I found that FieldStorage was unusably broken for my purposes and that its design was enough of a ball of wax that it couldn't realistically be fixed without breaking something else.
