After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639903 - repr() on a gtk.ResponseType instance advertisesnon-existent GtkResponseType
repr() on a gtk.ResponseType instance advertisesnon-existent GtkResponseType
Status: RESOLVED OBSOLETE
Product: pygtk
Classification: Bindings
Component: gtk
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-18 22:12 UTC by Yann Dirson
Modified: 2011-01-18 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yann Dirson 2011-01-18 22:12:58 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>
Comment 1 Paul Pogonyshev 2011-01-18 22:15:28 UTC
*** Bug 639904 has been marked as a duplicate of this bug. ***
Comment 2 Paul Pogonyshev 2011-01-18 22:17:25 UTC
Bug 639904 proposes a way of indirectly solving it in a more Pythonic fashion.