RE: [IronPython] Misleading error messages

2005-09-26 Thread Martin Maly
n.com@lists.ironpython.com Subject: [IronPython] Misleading error messages Hello, I'm playing around with list in IronPython 0.9.2, when I found that error messages regarding the (wrong) number of arguments passed into a function always tells you that the function takes 0 argument: >>> hors

[IronPython] Misleading error messages

2005-09-25 Thread Ray Djajadinata
Hello, I'm playing around with list in IronPython 0.9.2, when I found that error messages regarding the (wrong) number of arguments passed into a function always tells you that the function takes 0 argument: >>> horsemen = ["Pestilence", "War", "Famine", "WebSphere"] >>> horsemen.count() Traceba