mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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:
parent
d9d0d097a2
commit
a1671a97d3
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue