[Python-checkins] python/dist/src/Doc/ref ref7.tex, 1.35.16.1, 1.35.16.2

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


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

Modified Files:
      Tag: release23-maint
	ref7.tex 
Log Message:
The expression list in inheritance is not optional. Fixes #960448.


Index: ref7.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref7.tex,v
retrieving revision 1.35.16.1
retrieving revision 1.35.16.2
diff -C2 -d -r1.35.16.1 -r1.35.16.2
*** ref7.tex	11 Aug 2003 23:57:01 -0000	1.35.16.1
--- ref7.tex	2 Jun 2004 13:00:32 -0000	1.35.16.2
***************
*** 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