diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-02-26 22:34:30 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-02-26 22:34:30 (GMT) |
commit | cdb4e6248bc2e20b28a507a3395d46de43844232 (patch) | |
tree | d870c20227523073bf1977ef3548f2488570c8fc /Doc/howto/curses.rst | |
parent | b3dd5485da12739d71890828a2e2d457b9f633c0 (diff) | |
download | cpython-cdb4e6248bc2e20b28a507a3395d46de43844232.zip cpython-cdb4e6248bc2e20b28a507a3395d46de43844232.tar.gz cpython-cdb4e6248bc2e20b28a507a3395d46de43844232.tar.bz2 |
The curses panel library is now supported
Diffstat (limited to 'Doc/howto/curses.rst')
-rw-r--r-- | Doc/howto/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index 2d964c3..71e640c 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -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 |