summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2022-08-30 11:14:08 (GMT)
committerGitHub <noreply@github.com>2022-08-30 11:14:08 (GMT)
commitb17aae8bbd13bec28b7ecbb5a147503f2e9cf365 (patch)
treedffc221737f41e055aea3e8334a077abdbdd788a /Doc/faq
parent860fa351452de1502da12ec6f027d3f72dfc309f (diff)
downloadcpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.zip
cpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.tar.gz
cpython-b17aae8bbd13bec28b7ecbb5a147503f2e9cf365.tar.bz2
gh-95413: Remove references to deprecated CGI library (#95414)
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 510ebb5..6c7e4fc 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -113,8 +113,8 @@ to many different classes of problems.
The language comes with a large standard library that covers areas such as
string processing (regular expressions, Unicode, calculating differences between
-files), internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP, CGI
-programming), software engineering (unit testing, logging, profiling, parsing
+files), internet protocols (HTTP, FTP, SMTP, XML-RPC, POP, IMAP),
+software engineering (unit testing, logging, profiling, parsing
Python code), and operating system interfaces (system calls, filesystems, TCP/IP
sockets). Look at the table of contents for :ref:`library-index` to get an idea
of what's available. A wide variety of third-party extensions are also