[Python-checkins] CVS: python/dist/src/Lib/test tokenize_tests.py,1.2,1.3

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 13 Apr 2001 07:36:53 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv8081

Modified Files:
	tokenize_tests.py 
Log Message:
There's no need for the tokenize tests to include a SyntaxError.


Index: tokenize_tests.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/tokenize_tests.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tokenize_tests.py	2001/01/15 22:04:30	1.2
--- tokenize_tests.py	2001/04/13 14:36:51	1.3
***************
*** 145,149 ****
  
  def d22(a, b, c=1, d=2): pass
! def d01v(a=1, *rest, **rest): pass
  
  (x, y) <> ({'a':1}, {'b':2})
--- 145,149 ----
  
  def d22(a, b, c=1, d=2): pass
! def d01v(a=1, *restt, **restd): pass
  
  (x, y) <> ({'a':1}, {'b':2})