]> granicus.if.org Git - python/commitdiff
Mention new curses.panel module
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 13 Jan 2001 14:53:34 +0000 (14:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 13 Jan 2001 14:53:34 +0000 (14:53 +0000)
Misc/NEWS

index dd3c01f76ae5ad68eb40ae02f3972aa675b73b72..721c222abd6339af024807092e0c8c42f258410f 100644 (file)
--- 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.