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

zzipdoc: convert use of print statement #81

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

Commit 5b660a3 (Merge pull request #72 from jelly/python3, 2019-08-04) introduced a conversion to use new-style Python exceptions. The conversion introduced a new print statements, though, breaking compatibility with Python 3 again.

Convert the statement to use the print function, instead.