Message245776
| Author |
scoder |
| Recipients |
Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, martin.panter, ncoghlan, python-dev, scoder, vstinner, yselivanov |
| Date |
2015年06月24日.20:41:14 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<558B15E1.4060609@behnel.de> |
| In-reply-to |
<55786A90.10005@behnel.de> |
| Content |
> I originally planned to make the next Cython release patch the Generator
> and Coroutine ABCs into collections.abc, but I now think it would be worth
> uploading an "abc_backports" package to PyPI instead that does that and on
> which asyncio, tornado and other packages could simply depend with a
> try-import.
Done:
https://pypi.python.org/pypi/backports_abc
Feedback welcome.
Stefan |
|