From f6f3a89fbd8b636da584ff7983e7b4fccfb13759 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 13 Jan 2001 14:53:34 +0000 Subject: [PATCH] Mention new curses.panel module --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index dd3c01f76a..721c222abd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -122,6 +122,9 @@ Standard library right. Code that doesn't care where equal elements end up should continue to use the old, short names ("bisect" and "insort"). +- The new curses.panel module wraps the panel library that forms part + of SYSV curses and ncurses. Contributed by Thomas Gellekum. + - The SocketServer module now sets the allow_reuse_address flag by default in the TCPServer class. -- 2.50.1