On 8/26/2010 11:00 AM, Yury Selivanov wrote: > If we decide to postpone this feature till Python 3.3, than we'll push it all > back > The change is tiny, but it means really a lot.
AFAICT, this change was the most controversial part of PEP 380. > PS I'm attaching a patch to the letter; it's far from ideal state, but > contains the > GeneratorReturn exception, code to raise it and the corresponding unittests. I believe overloading StopIteration for this purpose was considered more acceptable than creating a new exception. BTW, attaching patches to emails on this list is generally the best way to have few look at your patch. :-p Also, this seems more appropriate for python-ideas. -- Scott Dial sc...@scottdial.com scod...@cs.indiana.edu _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com