Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: third_party/zipfile/README.chromium

Issue 2900493002: Add a third_party/ copy of Python's zipfile module (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/zipfile/LICENSE ('k') | third_party/zipfile/zipfile_2_7_13.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Python zipfile module
2 Short Name: zipfile
3 URL: https://github.com/python/cpython/blob/master/Lib/zipfile.py
4 Version: 2.7.13
5 License: Python
6 License File: NOT_SHIPPED
7 Security Critical: no
8
9 Description:
10 This is a copy of the zipfile module from Python 2.7.13. This snapshot was
11 taken to workaround a bug in older Python versions such as 2.7.3. See
12 <https://bugs.python.org/issue6972> and specifically the fix at
13 <https://hg.python.org/cpython/rev/0c5fa35c9f12#l3.11>.
14
15 Local Modifications:
16 Renamed zipfile.py to zipfile_2_7_13.py to avoid conflicting with system copy.
OLDNEW
« no previous file with comments | « third_party/zipfile/LICENSE ('k') | third_party/zipfile/zipfile_2_7_13.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698