]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Put back the call to report_unbalanced() that was lost when
authorGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:46:11 +0000 (22:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:46:11 +0000 (22:46 +0000)
commitb84ef9bc617d5b5c2ee21c991ca9d3d97aa5703e
treeb9b2c683738ee437b05a1dac0e6f8ca49cfd81c5
parentd94c2dc5e8e96c50c0198b708807c74f27c98d22
Put back the call to report_unbalanced() that was lost when
parse_endtag() was restructured in parse_endtag() and finish_endtag().
Lib/sgmllib.py