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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zipfile/README.chromium
diff --git a/third_party/zipfile/README.chromium b/third_party/zipfile/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..f45d3cffedb8f583b2d6b62d662732942aab3fd1
--- /dev/null
+++ b/third_party/zipfile/README.chromium
@@ -0,0 +1,16 @@
+Name: Python zipfile module
+Short Name: zipfile
+URL: https://github.com/python/cpython/blob/master/Lib/zipfile.py
+Version: 2.7.13
+License: Python
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+This is a copy of the zipfile module from Python 2.7.13. This snapshot was
+taken to workaround a bug in older Python versions such as 2.7.3. See
+<https://bugs.python.org/issue6972> and specifically the fix at
+<https://hg.python.org/cpython/rev/0c5fa35c9f12#l3.11>.
+
+Local Modifications:
+Renamed zipfile.py to zipfile_2_7_13.py to avoid conflicting with system copy.
« 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