Use True/False instead of 1/0.
commit793863dbb6b0b657da26b6273db3529ea0ae128e
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 17 Feb 2024 10:36:51 +0000 (17 10:36 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 17 Feb 2024 10:36:51 +0000 (17 10:36 +0000)
treee420d9d2f2f5d825b6c44195136040c101b92d11
parenta19e53d84ab9ce955724a44302b38b2bb70eb408
Use True/False instead of 1/0.

Fix some left-overs from the time Python did not have "real" booleans.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9539 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/frontend.py
docutils/docutils/readers/standalone.py
docutils/docutils/writers/_html_base.py
docutils/docutils/writers/html5_polyglot/__init__.py
docutils/docutils/writers/latex2e/__init__.py