• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: Python zipfile module
2Short Name: zipfile
3URL: https://github.com/python/cpython/blob/master/Lib/zipfile.py
4Version: 2.7.13
5License: Python
6License File: NOT_SHIPPED
7Security Critical: no
8
9Description:
10This is a copy of the zipfile module from Python 2.7.13. This snapshot was
11taken 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
15Local Modifications:
16Renamed zipfile.py to zipfile_2_7_13.py to avoid conflicting with system copy.
17