aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-04-11 13:42:25 +0000
committerAndrew M. Kuchling <amk@amk.ca>2007-04-11 13:42:25 +0000
commita6fbc1eabb8ae5ab7fcd97f280ce1863e5f4a07c (patch)
tree8de52f9667d3b83d68e6ecae04241d66ba39b823
parentAdd window.chgat() method, submitted via e-mail by Fabian Kreutz (diff)
downloadcpython-a6fbc1eabb8ae5ab7fcd97f280ce1863e5f4a07c.tar.gz
cpython-a6fbc1eabb8ae5ab7fcd97f280ce1863e5f4a07c.tar.bz2
cpython-a6fbc1eabb8ae5ab7fcd97f280ce1863e5f4a07c.zip
Point readers at the patch submission instructions
-rw-r--r--Modules/_cursesmodule.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c
index eaeb3d8f60b..a67f559d12b 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