]> granicus.if.org Git - zziplib/commit
docs: convert exception statements to Python 3 compatible
authorJelle van der Waa <jelle@vdwaa.nl>
Mon, 1 Apr 2019 09:43:38 +0000 (11:43 +0200)
committerJelle van der Waa <jelle@vdwaa.nl>
Mon, 1 Apr 2019 09:46:03 +0000 (11:46 +0200)
commitb872a8311d4161992e84b68d70e19837c9516167
treedaba5441f67ad85587ce3a958d20435451482532
parentb7747bc40a66ccdfa4860957e989db6dd8f0eb92
docs: convert exception statements to Python 3 compatible

Python3 removed support for the except Exception, e syntax this is
supported since Python 2.6
docs/make-doc.py
docs/zzipdoc/commentmarkup.py
docs/zzipdoc/docbookdocument.py
docs/zzipdoc/functionlisthtmlpage.py
docs/zzipdoc/htm2dbk.py
docs/zzipdoc/htmldocument.py
docs/zzipdoc/textfile.py