]> granicus.if.org Git - zziplib/commit
docs: use print function for compatibility with Python 3
authorPatrick Steinhardt <ps@pks.im>
Thu, 23 May 2019 20:37:01 +0000 (22:37 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 08:14:04 +0000 (10:14 +0200)
commitea0edb8d3e6b9100505f874d0bdd2f213a3b6689
tree5990ab63ce705b7854f73ea55070bc34db1fc625
parentf8e91414a1e11c8c81da654c48a58be3af8b2cb2
docs: use print function for compatibility with Python 3

Another quite visible change with Python 3 is that the old `print`
statement has been replaced with a function. To ease migration to the
newer way, Python 2.7 provides a compatibility module "print_function".

Convert all code in docs to use the new function syntax.
docs/cpp2markdown-1.py
docs/cpp2markdown.py
docs/make-doc.py
docs/zzipdoc/docbookdocument.py
docs/zzipdoc/functionlisthtmlpage.py
docs/zzipdoc/functionlistreference.py
docs/zzipdoc/htm2dbk.py
docs/zzipdoc/htmldocument.py
docs/zzipdoc/match.py
docs/zzipdoc/textfileheader.py