From: Fred Drake Date: Thu, 18 Feb 1999 21:13:03 +0000 (+0000) Subject: Use current approach to record documentation author. X-Git-Tag: v1.5.2c1~312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd71aa2a38d9cebd84ba442b714621c65b615a51;p=thirdparty%2FPython%2Fcpython.git Use current approach to record documentation author. --- diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex index 0e59e03d6989..c48c28ec4345 100644 --- a/Doc/lib/libstringio.tex +++ b/Doc/lib/libstringio.tex @@ -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. +\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}