[Python-checkins] python/dist/src/Doc/ref ref7.tex,1.37,1.38

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Jun 2 09:00:02 EDT 2004


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

Modified Files:
	ref7.tex 
Log Message:
The expression list in inheritance is not optional. Fixes #960448.
Will backport to 2.3.


Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** ref7.tex	24 Sep 2003 04:11:47 -0000	1.37
--- ref7.tex	2 Jun 2004 12:59:59 -0000	1.38
***************
*** 413,417 ****
                \token{suite}}
    \production{inheritance}
!              {"(" [\token{expression_list}] ")"}
    \production{classname}
               {\token{identifier}}
--- 413,417 ----
                \token{suite}}
    \production{inheritance}
!              {"(" \token{expression_list} ")"}
    \production{classname}
               {\token{identifier}}




More information about the Python-checkins mailing list