Hi,
I knew GDN bug tracker maybe the right place for this issue, but unfortunatelly due to some limitations, I don't have access to that site, so I apologize to post it here.
I was playing with IronPython 0.7.1 and want to generate a method list for string, basically I'm using the code snippet like below:
>>> obj = "aaa"
>>> typeList = [ getattr(obj, method ) for method in dir(obj) ]
the above code works as expected in my python 2.3.3 but fails with error msg: System.Reflection.TargetParameterCountException: Parameter count mismatch.
<exception stacktrace omitted>
Anyone could verify it and help me submit to GDN, thanks!
Ying-Shen Yu
_______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com