Re: [IronPython] An implementation bug in itertools?

2007-03-05 Thread Haibo Luo
Thanks for the bug report. I filed it as http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=8678. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oliver Yu Sent: Monday, March 05, 2007 4:40 PM To: users@lists.ironpython.com Subject: [IronPyt

[IronPython] An implementation bug in itertools?

2007-03-05 Thread Oliver Yu
Try: from itertools import * l = [1,2,3,4,5,6] i = iter(l) for x,y in izip(i,i): print "%d %d" % (x,y) Under CPython you get the expected: 1 2 3 4 5 6 Under IronPython I got: 2 2 4 4 6 6 This is under: IronPython console: IronPython 1.1a1 (1.1) on .NET 2.0.50727.42

Re: [IronPython] End of the World? No just end of the line.

2007-03-05 Thread M. David Peterson
Oh, and if any of you want to play with the result of Sylvain's sleuth detective work coupled with our ongoing hybrid efforts to merge Amplee with AtomicXML, you can access a ClickOnce app** @ http://xameleon.org/webapp/publish.htm From the commandline, from cherrypyserver import server Whi

Re: [IronPython] End of the World? No just end of the line.

2007-03-05 Thread M. David Peterson
I would just like to take a time out to congratulate Sylvain on coming up with a subject line that brings tears of joy to a phreak-geek like me who takes pride in coming up with cheezy one-liners such as that so eloquently displayed in the subject of the original post. Thanks for the laugh/smile,