Re: [IronPython] Newline oddities

2007-06-12 Thread Dave Fugate
ed as CodePlex Work Item #11016 (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=11016). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thane Plummer Sent: Tuesday, June 12, 2007 7:44 AM To: users@lists.ironpython.com Subject: [IronPython] Newline oddities IPY.exe 1.1

[IronPython] Newline oddities

2007-06-12 Thread Thane Plummer
IPY.exe 1.1 and 2.0 both emit the newline sequence as: "\r\r\n" (hex 0x000D 0x000D 0x000A) Instead of the more standard sequence of: "\r\n"(hex 0x000D 0x000A) This behavior is not seen in -X:TabCompletion mode in IPY 1.1. I know that there are a lot of irregularities in represent