[issue30476] Add _GenerateCRCTable() to zipfile.py to pre-compute CRC Table

Shubha Ramani report at bugs.python.org
Fri May 26 14:14:06 EDT 2017


Shubha Ramani added the comment:

It looks like _GenerateCRCTable() is already implemented here:

https://svn.python.org/projects/python/trunk/Lib/zipfile.py

The question is, why isn't it implemented here ?

https://github.com/python/cpython/blob/master/Lib/zipfile.py

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30476>
_______________________________________


More information about the Python-bugs-list mailing list