This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author William Ayd
Recipients William Ayd, srittau
Date 2017-10-31.14:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509459879.78.0.213398074469.issue31844@psf.upfronthosting.co.za>
In-reply-to
Content
Would we be open to setting the meta class of the ParserBase to ABCMeta and setting error as an abstract method? That at the very least would make the expectation clearer for subclasses. 

I haven’t contributed to Python before but am open to this as a first attempt if the direction makes sense.
History
Date User Action Args
2017-10-31 14:24:39William Aydsetrecipients: + William Ayd, srittau
2017-10-31 14:24:39William Aydsetmessageid: <1509459879.78.0.213398074469.issue31844@psf.upfronthosting.co.za>
2017-10-31 14:24:39William Aydlinkissue31844 messages
2017-10-31 14:24:39William Aydcreate