[IronPython] Bug: Newline's are not shown from __doc__ properties

Mat Steeples mat at matssoftware.co.uk
Mon Apr 3 12:01:05 CEST 2006


> 2006/4/3, Mat Steeples <mat at matssoftware.co.uk>:
>> >>> Process.Start.__doc__
>> 'bool Start()\r\nstatic Process Start(str fileName, str userName,
>> SecureString password, str domain)
>> \r\nstatic Process Start(str fileName, str arguments, str userName,
>> SecureString password, str domai
>> n)\r\nstatic Process Start(str fileName)\r\nstatic Process Start(str
>> fileName, str arguments)\r\nsta
>> tic Process Start(ProcessStartInfo startInfo)\r\n'
>
> You can do
>>>> print Process.Start.__doc__
> instead.
>
> I don't consider this a bug.
>
> Seo Sanghyeon
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>

That's fantastic. Didn't realise that would make a difference. In that
case I agree with you, it shouldn't be a bug.

Regards,
Mat Steeples




More information about the Ironpython-users mailing list