Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b17aae8

Browse files
authored
gh-95413: Remove references to deprecated CGI library (#95414)
1 parent 860fa35 commit b17aae8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/faq/general.rst

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)