summaryrefslogtreecommitdiffstats
path: root/Doc/faq
diff options
context:
space:
mode:
authorThaddeus1499 <104600742+Thaddeus1499@users.noreply.github.com>2022-05-02 18:22:05 (GMT)
committerGitHub <noreply@github.com>2022-05-02 18:22:05 (GMT)
commite48da7264765041d8df71c21e3664b93d2b98f32 (patch)
treebcc75e217e02d8b1d9be9010a2bb278d4f36086a /Doc/faq
parentd113674b3e20ee35ca8890650f7c0b3912f14fef (diff)
downloadcpython-e48da7264765041d8df71c21e3664b93d2b98f32.zip
cpython-e48da7264765041d8df71c21e3664b93d2b98f32.tar.gz
cpython-e48da7264765041d8df71c21e3664b93d2b98f32.tar.bz2
[3.9] Remove effbot urls (GH-26308). (#92162)
(cherry picked from commit e9f66aedf44ccc3be27975cfb070a44ce6a6bd13) Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Diffstat (limited to 'Doc/faq')
-rw-r--r--Doc/faq/library.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst
index 7703d48..96525dd 100644
--- a/Doc/faq/library.rst
+++ b/Doc/faq/library.rst
@@ -106,9 +106,6 @@ support, pads, and mouse support. This means the module isn't compatible with
operating systems that only have BSD curses, but there don't seem to be any
currently maintained OSes that fall into this category.
-For Windows: use `the consolelib module
-<http://effbot.org/zone/console-index.htm>`_.
-
Is there an equivalent to C's onexit() in Python?
-------------------------------------------------