That module isn't actually for the CGI protocol. It dates from a time when "CGI" was a reasonable shorthand for "working with http requests". Mostly what's in it is stuff for handling HTML form values.
The Python standard library's CGI-protocol support is in the wsgiref module, and nobody seems to be suggesting removing it.
The Python standard library's CGI-protocol support is in the wsgiref module, and nobody seems to be suggesting removing it.