]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use current approach to record documentation author.
authorFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 21:13:03 +0000 (21:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Feb 1999 21:13:03 +0000 (21:13 +0000)
Doc/lib/libstringio.tex

index 0e59e03d6989c2acdfa8b24a5858905990092af1..c48c28ec4345567523c5a5b8ee90e6ac185d3f8f 100644 (file)
@@ -31,12 +31,10 @@ Free the memory buffer.
 
 \section{\module{cStringIO} ---
          Faster version of \module{StringIO}, but not subclassable.}
-\declaremodule{builtin}{cStringIO}
 
+\declaremodule{builtin}{cStringIO}
 \modulesynopsis{Faster version of \module{StringIO}, but not subclassable.}
-
-
-% This section was written by Fred L. Drake, Jr. <fdrake@acm.org>
+\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 The module \module{cStringIO} provides an interface similar to that of
 the \module{StringIO} module.  Heavy use of \class{StringIO.StringIO}