diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-06 20:01:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-06 20:01:23 (GMT) |
commit | 2e06c209dcdc7c7460ee06c1601a751bda84f82a (patch) | |
tree | 3633df75ece740efccf6a252e45e7c5b51ef9364 /Doc | |
parent | 062ea2e70bd320a5b4b3cd1907babf19c17c6622 (diff) | |
download | cpython-2e06c209dcdc7c7460ee06c1601a751bda84f82a.zip cpython-2e06c209dcdc7c7460ee06c1601a751bda84f82a.tar.gz cpython-2e06c209dcdc7c7460ee06c1601a751bda84f82a.tar.bz2 |
Revise the versioning information to say that this was revised in 1.6,
not added then, and note what the change was (ncurses, change to a package).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcurses.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index eacc8e1..e3e94ad 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -5,7 +5,9 @@ \sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Eric Raymond}{esr@thyrsus.com} \modulesynopsis{An interface to the curses library.} -\versionadded{1.6} + +\versionchanged[Added support for the \code{ncurses} library and + converted to a package]{1.6} The \module{curses} module provides an interface to the curses library, the de-facto standard for portable advanced terminal |