[Python-checkins] r54747 - python/trunk/Modules/_cursesmodule.c

andrew.kuchling python-checkins at python.org
Wed Apr 11 15:42:26 CEST 2007


Author: andrew.kuchling
Date: Wed Apr 11 15:42:25 2007
New Revision: 54747

Modified:
   python/trunk/Modules/_cursesmodule.c
Log:
Point readers at the patch submission instructions

Modified: python/trunk/Modules/_cursesmodule.c
==============================================================================
--- python/trunk/Modules/_cursesmodule.c	(original)
+++ python/trunk/Modules/_cursesmodule.c	Wed Apr 11 15:42:25 2007
@@ -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


More information about the Python-checkins mailing list