Merged changes from the 1.5.2p2 release.
(Very rough.)
diff --git a/Doc/lib/libbisect.tex b/Doc/lib/libbisect.tex
index 2b3f117..555e3a7 100644
--- a/Doc/lib/libbisect.tex
+++ b/Doc/lib/libbisect.tex
@@ -1,12 +1,12 @@
-% 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}
 
 \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>.
 
 
 This module provides support for maintaining a list in sorted order