[issue10042] functools.total_ordering fails to handle NotImplemented correctly

Nick Coghlan report at bugs.python.org
Sat Sep 28 16:59:44 CEST 2013


Nick Coghlan added the comment:

Updated patch that includes the simplified OrderedEnum example in the enum docs and also updates the enum tests to check that type errors are correctly raised between different kinds of ordered enum.

----------
nosy: +ethan.furman
priority: low -> normal

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10042>
_______________________________________


More information about the Python-bugs-list mailing list