[Python-checkins] r70002 - python/trunk/Doc/howto/curses.rst

andrew.kuchling python-checkins at python.org
Thu Feb 26 23:34:31 CET 2009


Author: andrew.kuchling
Date: Thu Feb 26 23:34:30 2009
New Revision: 70002

Log:
The curses panel library is now supported

Modified:
   python/trunk/Doc/howto/curses.rst

Modified: python/trunk/Doc/howto/curses.rst
==============================================================================
--- python/trunk/Doc/howto/curses.rst	(original)
+++ python/trunk/Doc/howto/curses.rst	Thu Feb 26 23:34:30 2009
@@ -426,7 +426,7 @@
 Because the curses API is so large, some functions aren't supported in the
 Python interface, not because they're difficult to implement, but because no one
 has needed them yet.  Feel free to add them and then submit a patch.  Also, we
-don't yet have support for the menus or panels libraries associated with
+don't yet have support for the menu library associated with
 ncurses; feel free to add that.
 
 If you write an interesting little program, feel free to contribute it as


More information about the Python-checkins mailing list