[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.112,1.113

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
2003年7月17日 07:47:14 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv18009/ref
Modified Files:
	ref3.tex 
Log Message:
Minor corrections.
Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -d -r1.112 -r1.113
*** ref3.tex	17 Jul 2003 05:26:53 -0000	1.112
--- ref3.tex	17 Jul 2003 14:47:12 -0000	1.113
***************
*** 1151,1155 ****
 
 There are no implied relationships among the comparison operators.
! The truth of {\var{x}==\var{y}} does not imply that \code{\var{x}!=\var{y}}
 is false. Accordingly, when defining \method{__eq__}, one should also
 define \method{__ne__} so that the operators will behave as expected.
--- 1151,1155 ----
 
 There are no implied relationships among the comparison operators.
! The truth of \code{\var{x}==\var{y}} does not imply that \code{\var{x}!=\var{y}}
 is false. Accordingly, when defining \method{__eq__}, one should also
 define \method{__ne__} so that the operators will behave as expected.

AltStyle によって変換されたページ (->オリジナル) /