[Python-checkins] CVS: python/dist/src/Doc/lib libbisect.tex,1.6,1.6.4.1

Fred L. Drake python-dev@python.org
Sun, 19 Mar 2000 22:04:02 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	libbisect.tex 
Log Message:

Moved authorship attribution to \sectionauthor.


Index: libbisect.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libbisect.tex,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -r1.6 -r1.6.4.1
*** libbisect.tex	1999/02/20 00:14:11	1.6
--- libbisect.tex	2000/03/20 03:03:59	1.6.4.1
***************
*** 1,6 ****
- % LaTeX produced by Fred L. Drake, Jr. <fdrake@acm.org>, with an
- % example based on the PyModules FAQ entry by Aaron Watters
- % <arw@pythonpros.com>.
- 
  \section{\module{bisect} ---
           Array bisection algorithm}
--- 1,2 ----
***************
*** 8,11 ****
--- 4,11 ----
  \declaremodule{standard}{bisect}
  \modulesynopsis{Array bisection algorithms for binary searching.}
+ \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
+ % LaTeX produced by Fred L. Drake, Jr. <fdrake@acm.org>, with an
+ % example based on the PyModules FAQ entry by Aaron Watters
+ % <arw@pythonpros.com>.