[IronPython] Passing keyword arguments to dict subclass

Dino Viehland dinov at exchange.microsoft.com
Fri Jun 2 16:40:39 CEST 2006


Thanks for keeping the bug reports coming!  I've filed this one, we should have it fixed for the next release.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Friday, June 02, 2006 2:57 AM
To: Discussion of IronPython
Subject: [IronPython] Passing keyword arguments to dict subclass

# test.py
class x(dict): pass
print x(a=1)['a']

Found while testing Construct (http://pyconstruct.wikispaces.com/)
with IronPython.

Seo Sanghyeon
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list