Home | History | Annotate | only in /external/chromium-trace/catapult/third_party/zipfile
Up to higher level directory
NameDateSize
LICENSE06-Dec-201712.5K
README.chromium06-Dec-2017574
zipfile_2_7_13.py06-Dec-201757.6K

README.chromium

      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.
     17