PEP 342 – Coroutines via Enhanced Generators. The name pretty much says it all. This is syntactical support for doing in a “forwards” way, what Twisted does in a “backwards” way, what Stackless Python does by reimplementing the Python interpreter...
Well, less than two weeks after I speculated on how a dirt-simple CPAN clone might be constructed, it’s ready to use for everything but scripts. Installing a Python package can now as simple as typing (say) “easy_install SQLObject”, and boom, you’re...
