A file object is an iterator, not a container

Steve Holden sholden at holdenweb.com
Wed Nov 14 07:50:58 EST 2001


"Oren Tirosh" <oren-py-l at hishome.net> wrote in message
news:mailman.1005719178.24676.python-list at python.org...
> I am currently working on a framework for dataflow-oriented programming.
> This framework makes it easy to create dataflows by connecting together
> sources, transformations and destinations.  It makes extensive use of the
> new iterators and generator functions defined in Python 2.2.  A first
public
> release is expected soon.
>
Sounds interesting.

[ ... controversy ...]
>
> Is there any chance this could still make it to the final 2.2 release or
> would a thorough discussion of this proposal on the list take too long?
>
No chance at all. 2.2 is in feature freeze since it went into beta, and this
is definitely too risky to drop in at that stage. Even if you had a patch
implementing it! The development team isn't exactly risk-averse in the early
stages of a new release, but I'd be very surprised to see anything radically
new appear at this stage.
[ ... ]

regards
 Steve
--
http://www.holdenweb.com/








More information about the Python-list mailing list