Re: [IronPython] Classes don't have doc strings

2005-05-19 Thread Anthony Tarlano
John, It's a known bug. You should think about adding your comment to the existing __doc__ bug over at GDN.  http://gotdotnet.com/workspaces/bugtracker/bugdetails.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742&bugid=9c2b6240-5c85-4155-8ecb-d072e7ad899e   Anthony On 5/19/05, John Doty <[EMAIL

[IronPython] Classes don't have doc strings

2005-05-18 Thread John Doty
I have noticed that python-defined classes don't have doc strings. foo.py: class foo(object): "Test one two" def __init__(self): pass >>> import foo >>> print foo.foo.__doc__ IronPython.Objects.PythonAttributeError: type object 'foo' has no attribute '__doc__' at IronPython.O