[Steven Bethard] > Well, busy-work or not, I took the 20 minutes to split them up, so I > figured I might as well make them available. It was actually really > easy to split them apart, and I think they both read better this way, > but I'm not sure my opinion counts for much here anyway. ;-) (The > Enhanced Iterators PEP is first, the remainder of PEP 340 follows it.)
Thanks Steven! I've finally found the few minutes it takes to check in your changes. All: the proposal of the extended continue statement, which passes a value to yield, is now separated off into PEP 342, Enhanced Iterators. (I noticed I snuck in another syntactic change, making yield without an expression legal. I'm updating PEP 342 now to add that explicitly.) -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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