[Python-checkins] CVS: python/dist/src/Misc NEWS,1.93,1.94

A.M. Kuchling python-dev@python.org
Sat, 13 Jan 2001 06:53:36 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv29888

Modified Files:
	NEWS 
Log Message:
Mention new curses.panel module


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -r1.93 -r1.94
*** NEWS	2001/01/13 09:54:41	1.93
--- NEWS	2001/01/13 14:53:34	1.94
***************
*** 123,126 ****
--- 123,129 ----
    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.