Skip to content

peutils.py line 423 #59

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions