Irit Katriel <[email protected]> added the comment:
The code was changed and now instead of calling self.error() it raises an exception: raise AssertionError( 'unknown status keyword %r in marked section' % rawdata[i+3:j]) So match not being initialised is no longer a problem. ---------- resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41489> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
