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 607809 - Add support for keyword arguments
Add support for keyword arguments
Status: RESOLVED DUPLICATE of bug 625596
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-22 20:57 UTC by Simon van der Linden
Modified: 2010-07-30 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon van der Linden 2010-01-22 20:57:23 UTC
Add support for keyword arguments in function calls. Arguments could be given in any order, and nullable ones could be assumed to be None by default. Later, when g-i will get support for default values, this will prove useful.
Comment 1 Simon van der Linden 2010-07-30 08:46:58 UTC

*** This bug has been marked as a duplicate of bug 625596 ***