This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
History
Date User Action Args
2015-06-24 20:41:14scodersetrecipients: + scoder, gvanrossum, ncoghlan, vstinner, asvetlov, Yury.Selivanov, python-dev, Ben.Darnell, martin.panter, yselivanov
2015-06-24 20:41:14scoderlinkissue24400 messages
2015-06-24 20:41:14scodercreate