Skip to content

WIP: overrides: Add comparison operators to Gtk.TextIter. Fixes #84

Use functools.total_ordering to ensure we have a complete set of comparison operators for Gtk.TextIter.

edit by creiter: changed the implementation to correctly return NotImplemented for unsupported types.

https://bugzilla.gnome.org/show_bug.cgi?id=736287

Edited by Christoph Reiter

Merge request reports