The rich comparison functions in _PluralBinding produce the wrong answer for comparison with None. It also uses le instead of the required lt.
resolution set to fixed
commit b573d5fa51a9700d7c2f941bcb43e5d461873046 Author: Peter A. Bigot pab@pabigot.com Date: Thu Sep 19 22:04:50 2013 -0500
trac/218: incorrect rich comparisons for _PluralBinding None remains strictly less than all non-None instances. The derived comparisons are defined in terms of __lt__ and unlike functools.total_ordering do not support derivation from __le__.
resolution set to fixed
commit b573d5fa51a9700d7c2f941bcb43e5d461873046
Author: Peter A. Bigot pab@pabigot.com
Date: Thu Sep 19 22:04:50 2013 -0500