Hi guys This occurrs in beta 5 of IronPython. Basically, if you try and show the output from a __doc__, it doesn't parse the newlines, and prints out the characters instead.
I've pasted the output of an example below. This is the same with no command line arguements as it is with TabCompletion on. >>> import System >>> from System.Diagnostics import Process >>> 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' Hope that's enough detail. Regards, Mat Steeples _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
