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

(cherry picked from commit b17aae8bbd)

Co-authored-by: partev <petrosyan@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-30 04:22:19 -07:00 committed by GitHub
parent d9d0d097a2
commit a1671a97d3
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.