]> granicus.if.org Git - zziplib/commit
docs: convert calls to `has_key` function
authorPatrick Steinhardt <ps@pks.im>
Thu, 23 May 2019 20:37:22 +0000 (22:37 +0200)
committerPatrick Steinhardt <ps@pks.im>
Thu, 1 Aug 2019 08:14:04 +0000 (10:14 +0200)
commitbed6501f655ddfaba8e08fa565117542837575f8
treeb9182e10308202d22b1fff4f156922b575085ffb
parentea0edb8d3e6b9100505f874d0bdd2f213a3b6689
docs: convert calls to `has_key` function

The `has_key` function for dictionaries has been removed with Python 3
in favor of the new `in` keyword. Convert all uses of the old function
in favor of the new to improve compatibility with Python 3.
docs/make-doc.py
docs/zzipdoc/options.py