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
b3b2d110
Commit
b3b2d110
authored
Jun 17, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update url.
Old url returned status code:301 Moved permanently.
parent
407ad295
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Doc/lib/libzipfile.tex
Doc/lib/libzipfile.tex
+8
-8
Doc/lib/libzipimport.tex
Doc/lib/libzipimport.tex
+3
-3
No files found.
Doc/lib/libzipfile.tex
View file @
b3b2d110
...
@@ -13,8 +13,8 @@ The ZIP file format is a common archive and compression standard.
...
@@ -13,8 +13,8 @@ The ZIP file format is a common archive and compression standard.
This module provides tools to create, read, write, append, and list a
This module provides tools to create, read, write, append, and list a
ZIP file. Any advanced use of this module will require an
ZIP file. Any advanced use of this module will require an
understanding of the format, as defined in
understanding of the format, as defined in
\citetitle
[http://www.pkware.com/
appnote.html]
{
PKZIP Application
\citetitle
[http://www.pkware.com/
business_and_developers/developer/appnote/]
Note
}
.
{
PKZIP Application
Note
}
.
This module does not currently handle ZIP files which have appended
This module does not currently handle ZIP files which have appended
comments, or multi-disk ZIP files. It can handle ZIP files that use the
comments, or multi-disk ZIP files. It can handle ZIP files that use the
...
@@ -71,9 +71,9 @@ The available attributes of this module are:
...
@@ -71,9 +71,9 @@ The available attributes of this module are:
\begin{seealso}
\begin{seealso}
\seetitle
[http://www.pkware.com/
appnote.html]
{
PKZIP Application
\seetitle
[http://www.pkware.com/
business_and_developers/developer/appnote/]
Note
}{
Documentation on the ZIP file format by Phil
{
PKZIP Application Note
}{
Documentation on the ZIP file format by
Katz, the creator of the format and algorithms used.
}
Phil
Katz, the creator of the format and algorithms used.
}
\seetitle
[http://www.info-zip.org/pub/infozip/]
{
Info-ZIP Home Page
}{
\seetitle
[http://www.info-zip.org/pub/infozip/]
{
Info-ZIP Home Page
}{
Information about the Info-ZIP project's ZIP archive
Information about the Info-ZIP project's ZIP archive
...
@@ -255,9 +255,9 @@ Instances have the following attributes:
...
@@ -255,9 +255,9 @@ Instances have the following attributes:
\begin{memberdesc}
[ZipInfo]
{
extra
}
\begin{memberdesc}
[ZipInfo]
{
extra
}
Expansion field data. The
Expansion field data. The
\citetitle
[http://www.pkware.com/
appnote.html]
{
PKZIP Application
\citetitle
[http://www.pkware.com/
business_and_developers/developer/appnote/]
Note
}
contains some comments on the internal structure of the data
{
PKZIP Application Note
}
contains some comments on the internal
contained in this string.
structure of the data
contained in this string.
\end{memberdesc}
\end{memberdesc}
\begin{memberdesc}
[ZipInfo]
{
create
_
system
}
\begin{memberdesc}
[ZipInfo]
{
create
_
system
}
...
...
Doc/lib/libzipimport.tex
View file @
b3b2d110
...
@@ -50,9 +50,9 @@ The available attributes of this module are:
...
@@ -50,9 +50,9 @@ The available attributes of this module are:
\begin{seealso}
\begin{seealso}
\seetitle
[http://www.pkware.com/
appnote.html]
{
PKZIP Application
\seetitle
[http://www.pkware.com/
business_and_developers/developer/appnote/]
Note
}{
Documentation on the ZIP file format by Phil
{
PKZIP Application Note
}{
Documentation on the ZIP file format by
Katz, the creator of the format and algorithms used.
}
Phil
Katz, the creator of the format and algorithms used.
}
\seepep
{
0273
}{
Import Modules from Zip Archives
}{
Written by James C.
\seepep
{
0273
}{
Import Modules from Zip Archives
}{
Written by James C.
Ahlstrom, who also provided an implementation. Python 2.3
Ahlstrom, who also provided an implementation. Python 2.3
...
...
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