[Python-checkins] python/dist/src/Lib/test/output test_tokenize, 1.8, 1.9

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Mon Aug 2 08:10:27 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6086/Lib/test/output

Modified Files:
	test_tokenize 
Log Message:
PEP-0318, @decorator-style. In Guido's words:
"@ seems the syntax that everybody can hate equally"
Implementation by Mark Russell, from SF #979728.


Index: test_tokenize
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_tokenize,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_tokenize	29 Aug 2002 15:10:30 -0000	1.8
--- test_tokenize	2 Aug 2004 06:09:54 -0000	1.9
***************
*** 646,648 ****
  174,30-174,31:	NEWLINE	'\n'
  175,0-175,1:	NL	'\n'
! 176,0-176,0:	ENDMARKER	''
--- 646,659 ----
  174,30-174,31:	NEWLINE	'\n'
  175,0-175,1:	NL	'\n'
! 176,0-176,1:	OP	'@'
! 176,1-176,13:	NAME	'staticmethod'
! 176,13-176,14:	NEWLINE	'\n'
! 177,0-177,3:	NAME	'def'
! 177,4-177,7:	NAME	'foo'
! 177,7-177,8:	OP	'('
! 177,8-177,9:	OP	')'
! 177,9-177,10:	OP	':'
! 177,11-177,15:	NAME	'pass'
! 177,15-177,16:	NEWLINE	'\n'
! 178,0-178,1:	NL	'\n'
! 179,0-179,0:	ENDMARKER	''



More information about the Python-checkins mailing list