Skip to content

Commit a1671a9

Browse files
gh-95413: Remove references to deprecated CGI library (GH-95414)
(cherry picked from commit b17aae8) Co-authored-by: partev <[email protected]>
1 parent d9d0d09 commit a1671a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/faq/general.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ to many different classes of problems.
113113

114114
The language comes with a large standard library that covers areas such as
115115
string processing (regular expressions, Unicode, calculating differences between
116-
files), internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI
117-
programming), software engineering (unit testing, logging, profiling, parsing
116+
files), internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP),
117+
software engineering (unit testing, logging, profiling, parsing
118118
Python code), and operating system interfaces (system calls, filesystems, TCP/IP
119119
sockets). Look at the table of contents for :ref:`library-index` to get an idea
120120
of what's available. A wide variety of third-party extensions are also

Doc/tutorial/whatnow.rst

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

0 commit comments

Comments
 (0)