On 09/02/2017 13:35, João Guerreiro wrote:
I've found a tiny typo in the documentation: https://docs.python.org/2/library/zipfile.html#zipfile.BadZipfile
Where it says /exception /|zipfile.||BadZipfile| |--| It should say /exception /|zipfile.||BadZipFile|
Thank you João. I think there is no typo, in Python 2 it is actually zipfile.BadZipfile(). It also is still exist in Python 3, for compatibility reasons.
In any way, thanks for your interest