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 531303 - patch to replace user_data parameter with a variable length of additional optional parameters
patch to replace user_data parameter with a variable length of additional opt...
Status: RESOLVED WONTFIX
Product: pygtk
Classification: Bindings
Component: gtk
Git Master
Other All
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-03 23:25 UTC by Andy S.
Modified: 2011-08-06 00:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to replace user_data parameter (16.17 KB, patch)
2008-05-03 23:25 UTC, Andy S.
none Details | Review

Description Andy S. 2008-05-03 23:25:00 UTC
This is a patch which replaces the user_data parameter of gtk.Clipboard.request_contents, gtk.Clipboard.request_image, gtk.Clipboard.request_rich_text, gtk.Clipboard.request_targets, gtk.Clipboard.request_text and gtk.Clipboard.set_with_data with a variable length of additional optional parameters (like gobject.Gobject.connect). I think that is more "pythonic".
Comment 1 Andy S. 2008-05-03 23:25:57 UTC
Created attachment 110340 [details] [review]
patch to replace user_data parameter
Comment 2 John Stowers 2011-08-06 00:48:32 UTC
Closing API incompatible changes to pygtk - It is maintenance only now.