Chromium Code Reviews| OLD | NEW |
|---|---|
| (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. | |
| OLD | NEW |