[IronPython] Bug Report
Martin Maly
martmaly at exchange.microsoft.com
Thu Apr 7 17:33:46 CEST 2005
Hi Ying-Shen,
Reporting the bug like this is completely sufficient. GDN is good place
to enter bugs, but sending email is just as good. Thanks for the report!
Thanks and keep in touch
Martin
> Ying-Shen wrote:
> Subject: [IronPython] Bug Report
>
> 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
More information about the Ironpython-users
mailing list