[Tutor] Re: tuple/list assignment in 'for-in'

2005-04-27 Thread brian will
Thanks. I realized this mistake right before you replied. Yup, the coincidence of my test cases threw me there. By the way, what's a good way to reply to specific subjects and quoting when using the mailing list through g-mail here? ___ Tutor maillist -

[Tutor] Re: tuple/list assignment in 'for-in'

2005-04-27 Thread Brian Beck
brian will wrote: > Hi there, > > I can't explain my experience with what I like to call 'parallel > assignment' (tuple/list assignment) inside 'for-in' loops and list > comprehensions: You're probably confused about what's being assigned to what inside the comprehension. Maybe this will clear it