gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

docs: convert exception statements to Python 3 compatible #72

Closed jelly closed 5 years ago

jelly commented 5 years ago

Python3 removed support for the except Exception, e syntax this is supported since Python 2.6

jelly commented 5 years ago

First easy bit of Python 3 compatible porting, I made this PR without being aware how active the project is or if Python 2 support is wanted.

I would love in the end Python 3 being fully supported and a new release being made so that Arch Linux has yet another package without python 2 requirements.