[Python-checkins] python/dist/src/Doc/ref ref5.tex, 1.76.10.1,
1.76.10.2
aleax at users.sourceforge.net
aleax at users.sourceforge.net
Sun Nov 2 11:11:50 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv30385/ref
Modified Files:
Tag: release23-maint
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".
Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.76.10.1
retrieving revision 1.76.10.2
diff -C2 -d -r1.76.10.1 -r1.76.10.2
*** ref5.tex 19 Oct 2003 07:31:15 -0000 1.76.10.1
--- ref5.tex 2 Nov 2003 16:11:48 -0000 1.76.10.2
***************
*** 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