diff options
author | E-Paine <63801254+E-Paine@users.noreply.github.com> | 2021-05-22 12:09:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 12:09:54 (GMT) |
commit | e9f66aedf44ccc3be27975cfb070a44ce6a6bd13 (patch) | |
tree | 36f72875a329fa2785a8c3a60fdc15a8954ef09e /Doc/howto | |
parent | a9e43615c2e1fc5dd60063c1509e8b1c5daad095 (diff) | |
download | cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.zip cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.gz cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.bz2 |
Remove effbot urls (GH-26308)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/curses.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index cc4b478..c0149ff 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -55,11 +55,7 @@ everything, though. The Windows version of Python doesn't include the :mod:`curses` module. A ported version called `UniCurses -<https://pypi.org/project/UniCurses>`_ is available. You could -also try `the Console module <http://effbot.org/zone/console-index.htm>`_ -written by Fredrik Lundh, which doesn't -use the same API as curses but provides cursor-addressable text output -and full support for mouse and keyboard input. +<https://pypi.org/project/UniCurses>`_ is available. The Python curses module |