[ctypes-commit] ctypes/docs/manual tutorial.txt,1.21,1.22
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-04-19 18:49:04
|
Update of /cvsroot/ctypes/ctypes/docs/manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12359 Modified Files: tutorial.txt Log Message: *** empty log message *** Index: tutorial.txt =================================================================== RCS file: /cvsroot/ctypes/ctypes/docs/manual/tutorial.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** tutorial.txt 19 Apr 2006 18:47:39 -0000 1.21 --- tutorial.txt 19 Apr 2006 18:48:58 -0000 1.22 *************** *** 911,915 **** >>> ! So, is our array sorted now:: >>> for i in ia: print i, --- 911,915 ---- >>> ! So, our array sorted now:: >>> for i in ia: print i, *************** *** 918,923 **** >>> - Yep, it worked! - **Important note for callback functions:** --- 918,921 ---- |