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
b7abaa85
Commit
b7abaa85
authored
Sep 13, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #28103: Merge from 3.5
parents
d35ee0b9
7927e757
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/zipfile.rst
Doc/library/zipfile.rst
+2
-2
No files found.
Doc/library/zipfile.rst
View file @
b7abaa85
...
...
@@ -142,8 +142,8 @@ ZipFile Objects
file, then additional files are added to it. If *file* does not refer to a
ZIP file, then a new ZIP archive is appended to the file. This is meant for
adding a ZIP archive to another file (such as :file:`python.exe`). If
*mode* is ``
a
`` and the file does not exist at all, it is created.
If *mode* is ``
r`` or ``a
``, the file should be seekable.
*mode* is ``
'
a
'
`` and the file does not exist at all, it is created.
If *mode* is ``
'
r
'`` or ``'
a
'
``, the file should be seekable.
*compression* is the ZIP compression method to use when writing the archive,
and should be :const:`ZIP_STORED`, :const:`ZIP_DEFLATED`,
:const:`ZIP_BZIP2` or :const:`ZIP_LZMA`; unrecognized
...
...
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