This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Hobson.Lane
Recipients Hobson.Lane, Jean-Lou.Dupont, bethard, docs@python, eric.araujo, rhettinger, vdupras
Date 2012-11-13.00:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352767954.43.0.860416175407.issue11076@psf.upfronthosting.co.za>
In-reply-to
Content
Seems like a great idea. `foo(**dict(args))` is very useful.

I tested `foo(**dict(iter(o.__dict__.items())))` on python 2.7 Mac OSX for my foo and it worked well.
History
Date User Action Args
2012-11-13 00:52:34Hobson.Lanesetrecipients: + Hobson.Lane, rhettinger, bethard, vdupras, eric.araujo, docs@python, Jean-Lou.Dupont
2012-11-13 00:52:34Hobson.Lanesetmessageid: <1352767954.43.0.860416175407.issue11076@psf.upfronthosting.co.za>
2012-11-13 00:52:34Hobson.Lanelinkissue11076 messages
2012-11-13 00:52:34Hobson.Lanecreate