[Python-checkins] CVS: python/dist/src/Misc vgrindefs,3.3,3.4

A.M. Kuchling akuchling@users.sourceforge.net
Mon, 06 Aug 2001 10:42:55 -0700


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

Modified Files:
	vgrindefs 
Log Message:
Add 'yield' as a keyword
Fix typo in comment


Index: vgrindefs
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/vgrindefs,v
retrieving revision 3.3
retrieving revision 3.4
diff -C2 -d -r3.3 -r3.4
*** vgrindefs	1997/11/11 16:36:14	3.3
--- vgrindefs	2001/08/06 17:42:53	3.4
***************
*** 1,3 ****
! # vgrind is a prety-printer that takes source code and outputs
  # eye-pleasing postscript.  The entry below should be added to your
  # local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.
--- 1,3 ----
! # vgrind is a pretty-printer that takes source code and outputs
  # eye-pleasing postscript.  The entry below should be added to your
  # local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.
***************
*** 8,10 ****
          :kw=assert and break class continue def del elif else except\
           exec finally for from global if import in is lambda not or\
!          pass print raise return try while:
--- 8,10 ----
          :kw=assert and break class continue def del elif else except\
           exec finally for from global if import in is lambda not or\
!          pass print raise return try while yield: