Hi,
I would like to recreate the repository of my backport of asyncio for
Python 2.x from Tulip repository to be able to track easily changes
(use hg merge).
https://bitbucket.org/haypo/tulip_py2
I don't think that it would be possible to merge tulip_py2 into Tulip,
there are too many changes, examples:
* "yield from" cannot be used, yield should be used instead
* in generators, "return value" is replaced with "raise Return(value)"
* keyword-only parameters are no more supported ("*" in function prototype)
I don't like the project name "tulip_py2". Reusing the "Tulip" name
unchanged may also be confusing, because "Tulip" uses yield-from
whereas "Tulip_py2" uses yield.
I searched for other flowers with name starting with T. I like
"Trollius". Another candidate:
http://en.wikipedia.org/wiki/Tillandsia
http://en.wikipedia.org/wiki/Trollius
What do you think?
Victor