summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-12-15 07:41:02 -0500
committerDonald Stufft <donald@stufft.io>2014-12-15 07:41:02 -0500
commitc0d31b5915055be20b8593170cddb85770b9ccc9 (patch)
tree069faa665b59f1fc56ce91c435665fd981f6d88a /ez_setup.py
parent4caa4af6ae275db9a499c27b66cc636cb9c596a1 (diff)
downloadpython-setuptools-git-c0d31b5915055be20b8593170cddb85770b9ccc9.tar.gz
Define a __hash__ on the packaging.version.Version subclasses
In Python 3.x a subclass will not inherent the __hash__ method from the parent classes if the subclass defines a __eq__ method. This means that without defining our own __hash__ the SetuptoolsVersion classes are unhashable.
Diffstat (limited to 'ez_setup.py')
0 files changed, 0 insertions, 0 deletions