[Python-checkins] python/dist/src/Lib symbol.py,1.18,1.19

pje@users.sourceforge.net pje at users.sourceforge.net
Tue Aug 2 02:47:15 CEST 2005


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

Modified Files:
	symbol.py 
Log Message:
PEP 342 implementation.  Per Guido's comments, the generator throw() 
method still needs to support string exceptions, and allow None for the
third argument.  Documentation updates are needed, too.


Index: symbol.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/symbol.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- symbol.py	31 Aug 2004 10:07:00 -0000	1.18
+++ symbol.py	2 Aug 2005 00:46:42 -0000	1.19
@@ -88,6 +88,7 @@
 gen_if = 331
 testlist1 = 332
 encoding_decl = 333
+yield_expr = 334
 #--end constants--
 
 sym_name = {}



More information about the Python-checkins mailing list