diff options
author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 (GMT) |
commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/curses.rst | |
parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
download | cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.zip cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz cpython-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.bz2 |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r-- | Doc/library/curses.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 06bac2f..046b796 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -8,9 +8,6 @@ .. sectionauthor:: Eric Raymond <esr@thyrsus.com> -.. versionchanged:: 1.6 - Added support for the ``ncurses`` library and converted to a package. - The :mod:`curses` module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling. @@ -1520,8 +1517,6 @@ The following table lists the predefined colors: .. sectionauthor:: Eric Raymond <esr@thyrsus.com> -.. versionadded:: 1.6 - The :mod:`curses.textpad` module provides a :class:`Textbox` class that handles elementary text editing in a curses window, supporting a set of keybindings resembling those of Emacs (thus, also of Netscape Navigator, BBedit 6.x, @@ -1656,8 +1651,6 @@ You can instantiate a :class:`Textbox` object as follows: .. sectionauthor:: Eric Raymond <esr@thyrsus.com> -.. versionadded:: 1.6 - This module supplies one function, :func:`wrapper`, which runs another function which should be the rest of your curses-using application. If the application raises an exception, :func:`wrapper` will restore the terminal to a sane state |