[Python-checkins] python/dist/src/Misc cheatsheet,1.5,1.6

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 02 Jul 2003 14:38:36 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv10524/Misc

Modified Files:
	cheatsheet 
Log Message:
Correct documentation of check interval - it's 100 by default, not 10 any
longer.  Pointed out by Alex Martelli.


Index: cheatsheet
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/cheatsheet,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cheatsheet	26 Jan 2003 03:29:15 -0000	1.5
--- cheatsheet	2 Jul 2003 21:38:34 -0000	1.6
***************
*** 1362,1366 ****
                     reference.
  setcheckinterval(  Sets the interpreter's thread switching interval (in number
! interval)          of virtual code instructions, default:10).
  settrace(func)     Sets a trace function: called before each line ofcode is
                     exited.
--- 1362,1366 ----
                     reference.
  setcheckinterval(  Sets the interpreter's thread switching interval (in number
! interval)          of virtual code instructions, default:100).
  settrace(func)     Sets a trace function: called before each line ofcode is
                     exited.