From: Georg Brandl Date: Thu, 22 Oct 2009 15:52:15 +0000 (+0000) Subject: #7156: document curses as Unix-only. X-Git-Tag: v2.7a1~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d6d4a01024056b75518ccf51f534ab89876e00;p=thirdparty%2FPython%2Fcpython.git #7156: document curses as Unix-only. --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 9bbba777e53e..a2519f4b55be 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -4,10 +4,10 @@ .. module:: curses :synopsis: An interface to the curses library, providing portable terminal handling. + :platform: Unix .. sectionauthor:: Moshe Zadka .. sectionauthor:: Eric Raymond - .. versionchanged:: 1.6 Added support for the ``ncurses`` library and converted to a package.