CybOXProject / python-cybox

A Python library for parsing, manipulating, and generating CybOX content.
http://cybox.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
77 stars 42 forks source link

BaseProperty object missing __hash__() method. #288

Closed emmanvg closed 7 years ago

emmanvg commented 7 years ago

In order to support Python 3 requirements, when eq() is defined, hash() is also needed for consistency for checking object equality.

gtback commented 7 years ago

Closed by #289