[Python-checkins] python/dist/src/Doc/lib libsets.tex, 1.11.16.2, 1.11.16.3 libturtle.tex, 1.5, 1.5.12.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 7 06:06:33 EST 2003


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

Modified Files:
      Tag: release23-maint
	libsets.tex libturtle.tex 
Log Message:
Backport various fixups (with permission from the RM).

Index: libsets.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsets.tex,v
retrieving revision 1.11.16.2
retrieving revision 1.11.16.3
diff -C2 -d -r1.11.16.2 -r1.11.16.3
*** libsets.tex	16 Nov 2003 13:45:21 -0000	1.11.16.2
--- libsets.tex	7 Dec 2003 11:06:31 -0000	1.11.16.3
***************
*** 92,96 ****
  \end{tableiii}
  
! Note, this non-operator versions of \method{union()},
  \method{intersection()}, \method{difference()}, and
  \method{symmetric_difference()} will accept any iterable as an argument.
--- 92,96 ----
  \end{tableiii}
  
! Note, the non-operator versions of \method{union()},
  \method{intersection()}, \method{difference()}, and
  \method{symmetric_difference()} will accept any iterable as an argument.
***************
*** 159,166 ****
  \end{tableiii}
  
! \versionchanged[Earlier versions had an \method{update()} method; use
!                 \method{union_update()} instead]{2.3.1}
! 
! Note, this non-operator versions of \method{union_update()},
  \method{intersection_update()}, \method{difference_update()}, and
  \method{symmetric_difference_update()} will accept any iterable as
--- 159,163 ----
  \end{tableiii}
  
! Note, the non-operator versions of \method{union_update()},
  \method{intersection_update()}, \method{difference_update()}, and
  \method{symmetric_difference_update()} will accept any iterable as

Index: libturtle.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libturtle.tex,v
retrieving revision 1.5
retrieving revision 1.5.12.1
diff -C2 -d -r1.5 -r1.5.12.1
*** libturtle.tex	21 Feb 2003 03:14:08 -0000	1.5
--- libturtle.tex	7 Dec 2003 11:06:31 -0000	1.5.12.1
***************
*** 66,70 ****
  
  \begin{funcdesc}{down}{}
! Move the pen up --- draw when moving.
  \end{funcdesc}
  
--- 66,70 ----
  
  \begin{funcdesc}{down}{}
! Move the pen down --- draw when moving.
  \end{funcdesc}
  





More information about the Python-checkins mailing list