]> granicus.if.org Git - python/commitdiff
The curses panel library is now supported
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 26 Feb 2009 22:34:30 +0000 (22:34 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 26 Feb 2009 22:34:30 +0000 (22:34 +0000)
Doc/howto/curses.rst

index 2d964c393ca8098475d35de90e800723871627e4..71e640cb34040d198418191e12b9f04436eeddd0 100644 (file)
@@ -426,7 +426,7 @@ quirks, and provide complete lists of all the functions, attributes, and
 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