From a6fbc1eabb8ae5ab7fcd97f280ce1863e5f4a07c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 11 Apr 2007 13:42:25 +0000 Subject: [PATCH] Point readers at the patch submission instructions --- Modules/_cursesmodule.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index eaeb3d8f60..a67f559d12 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c @@ -35,9 +35,12 @@ /* -A number of SysV or ncurses functions don't have wrappers yet; if you need -a given function, add it and send a patch. Here's a list of currently -unsupported functions: +A number of SysV or ncurses functions don't have wrappers yet; if you +need a given function, add it and send a patch. See +http://www.python.org/dev/patches/ for instructions on how to submit +patches to Python. + +Here's a list of currently unsupported functions: addchnstr addchstr color_set define_key del_curterm delscreen dupwin inchnstr inchstr innstr keyok -- 2.40.0