Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1c11b98b
Commit
1c11b98b
authored
May 11, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--sigh--
Finish the last set of changes to these files so the conversion does not break.
parent
5b480d0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libdifflib.tex
Doc/lib/libdifflib.tex
+1
-1
Doc/lib/libzipfile.tex
Doc/lib/libzipfile.tex
+2
-2
No files found.
Doc/lib/libdifflib.tex
View file @
1c11b98b
...
...
@@ -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}
...
...
Doc/lib/libzipfile.tex
View file @
1c11b98b
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment