From: Fred Drake Date: Fri, 11 May 2001 15:49:19 +0000 (+0000) Subject: --sigh-- X-Git-Tag: v2.2a3~1820 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=886f113ba9df655890dddf079a1e36a66230064b;p=thirdparty%2FPython%2Fcpython.git --sigh-- Finish the last set of changes to these files so the conversion does not break. --- diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index 5e3c4ad22869..ce191c023172 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -58,7 +58,7 @@ \class{SequenceMatcher} is quadratic time for the worst case and has expected-case behavior dependent in a complicated way on how many elements the sequences have in common; best case time is linear. -\end{classdesc} +\end{classdesc*} \begin{seealso} diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 6d7ba1e8c3c9..9f0930faca3c 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -29,11 +29,11 @@ The available attributes of this module are: The class for reading and writing ZIP files. See ``\citetitle{ZipFile Objects}'' (section \ref{zipfile-objects}) for constructor details. -\end{classdesc} +\end{classdesc*} \begin{classdesc*}{PyZipFile} Class for creating ZIP archives containing Python libraries. -\end{classdesc} +\end{classdesc*} \begin{classdesc}{ZipInfo}{\optional{filename\optional{, date_time}}} Class used the represent infomation about a member of an archive.