GNOME Bugzilla – Bug 639903
repr() on a gtk.ResponseType instance advertisesnon-existent GtkResponseType
Last modified: 2011-01-18 22:17:25 UTC
That may well be true for all other constants: <enum GTK_RESPONSE_DELETE_EVENT of type GtkResponseType> ... should probably read: <enum gtk.RESPONSE_DELETE_EVENT of type gtk.ResponseType>
*** Bug 639904 has been marked as a duplicate of this bug. ***
Bug 639904 proposes a way of indirectly solving it in a more Pythonic fashion.