[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.78,1.79

aleax at users.sourceforge.net aleax at users.sourceforge.net
Sun Nov 9 11:33:58 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv10850

Modified Files:
	ref5.tex 
Log Message:
clarified (in the 5.14 summary) that tests and comparisons all chain,
added a specific \ref to 5.9 in lieu of previous vague "see above".
(same as commit of Sun Nov 2 to the release23-maint branch)


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** ref5.tex	19 Oct 2003 07:32:24 -0000	1.78
--- ref5.tex	9 Nov 2003 16:33:56 -0000	1.79
***************
*** 1069,1075 ****
  Operators in the same box have the same precedence.  Unless the syntax
  is explicitly given, operators are binary.  Operators in the same box
! group left to right (except for comparisons, which chain from left to
! right --- see above, and exponentiation, which groups from right to
! left).
  
  \begin{tableii}{c|l}{textrm}{Operator}{Description}
--- 1069,1075 ----
  Operators in the same box have the same precedence.  Unless the syntax
  is explicitly given, operators are binary.  Operators in the same box
! group left to right (except for comparisons, including tests, which all
! have the same precedence and chain from left to right --- see section
! \ref{comparisons} -- and exponentiation, which groups from right to left).
  
  \begin{tableii}{c|l}{textrm}{Operator}{Description}





More information about the Python-checkins mailing list