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
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