gh-95413: Remove references to deprecated CGI library (#95414)

This commit is contained in:
partev 2022-08-30 07:14:08 -04:00 committed by GitHub
parent 860fa35145
commit b17aae8bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ the set are:
reference material about types, functions, and the modules in the standard
library. The standard Python distribution includes a *lot* of additional code.
There are modules to read Unix mailboxes, retrieve documents via HTTP, generate
random numbers, parse command-line options, write CGI programs, compress data,
random numbers, parse command-line options, compress data,
and many other tasks. Skimming through the Library Reference will give you an
idea of what's available.