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
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
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
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,