[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.18, 1.196.8.19

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed May 5 21:35:00 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4712

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
Patch #940026: Explain "in" when it is first used.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.18
retrieving revision 1.196.8.19
diff -C2 -d -r1.196.8.18 -r1.196.8.19
*** tut.tex	24 Feb 2004 16:13:04 -0000	1.196.8.18
--- tut.tex	6 May 2004 01:34:56 -0000	1.196.8.19
***************
*** 1429,1432 ****
--- 1429,1435 ----
  \code{ask_ok('OK to overwrite the file?', 2)}.
  
+ This example also introduces the \keyword{in} keyword. This tests
+ whether or not a sequence contains a certain value.
+ 
  The default values are evaluated at the point of function definition
  in the \emph{defining} scope, so that




More information about the Python-checkins mailing list