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 LambertDW
Recipients Imagist, LambertDW, mrabarnett
Date 2009-02-27.17:14:00
SpamBayes Score 0.08525209
Marked as misclassified No
Message-id <1235754841.94.0.546871118352.issue5382@psf.upfronthosting.co.za>
In-reply-to
Content
You can sneak them in thusly:


def f(**kwargs):
    print(kwargs)

f(**{'class':'sidebar'})
History
Date User Action Args
2009-02-27 17:14:02LambertDWsetrecipients: + LambertDW, mrabarnett, Imagist
2009-02-27 17:14:01LambertDWsetmessageid: <1235754841.94.0.546871118352.issue5382@psf.upfronthosting.co.za>
2009-02-27 17:14:00LambertDWlinkissue5382 messages
2009-02-27 17:14:00LambertDWcreate