[Python-checkins] python/dist/src/Doc/ref ref7.tex,1.42,1.42.2.1

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Fri May 27 13:23:47 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25972

Modified Files:
      Tag: release24-maint
	ref7.tex 
Log Message:
Backport fix to decorator grammar update.



Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.42
retrieving revision 1.42.2.1
diff -u -d -r1.42 -r1.42.2.1
--- ref7.tex	2 Nov 2004 19:18:20 -0000	1.42
+++ ref7.tex	27 May 2005 11:23:44 -0000	1.42.2.1
@@ -323,6 +323,8 @@
              {\token{decorator}+}
   \production{decorator}
              {"@" \token{dotted_name} ["(" [\token{argument_list} [","]] ")"] NEWLINE}
+  \production{dotted_name}
+             {\token{identifier} ("." \token{identifier})*}
   \production{parameter_list}
                  {(\token{defparameter} ",")*}
   \productioncont{(~~"*" \token{identifier} [, "**" \token{identifier}]}



More information about the Python-checkins mailing list