if value == '??' or value == '?0' :
should be
if '?' in value:
This allows (no parsing errors) on some of the signatures that look for various
combinations of don't cares.
Original issue reported on code.google.com by soos...@gmail.com on 3 Dec 2014 at 10:47
Original issue reported on code.google.com by
soos...@gmail.com
on 3 Dec 2014 at 10:47