• Guido van Rossum's avatar
    Patch #1549 by Thomas Herve. · 0b7b6fdf
    Guido van Rossum yazdı
    This changes the rules for when __hash__ is inherited slightly,
    by allowing it to be inherited when one or more of __lt__, __le__,
    __gt__, __ge__ are overridden, as long as __eq__ and __ne__ aren't.
    0b7b6fdf
test_richcmp.py 12.5 KB