Barry Warsaw wrote: > While we were at it, we changed everything > that returns a newly formed concrete sequence to returning an iterator > (which broke code that was doing random access into the sequence, That sounds like a good use for Py3k-style views! -- Greg