aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc9_support.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 /setuptools/msvc9_support.py
parent4caa4af6ae275db9a499c27b66cc636cb9c596a1 (diff)
downloadexternal_python_setuptools-c0d31b5915055be20b8593170cddb85770b9ccc9.tar.gz
external_python_setuptools-c0d31b5915055be20b8593170cddb85770b9ccc9.tar.bz2
external_python_setuptools-c0d31b5915055be20b8593170cddb85770b9ccc9.zip
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 'setuptools/msvc9_support.py')
0 files changed, 0 insertions, 0 deletions