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 brett.cannon
Recipients brett.cannon, ezio.melotti, gvanrossum, martin.panter, ncoghlan, rhettinger, stutzbach, terry.reedy, yselivanov
Date 2016-01-05.21:09:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452028142.55.0.585662191904.issue25637@psf.upfronthosting.co.za>
In-reply-to
Content
So leave Callable and Coroutine there and if I add a context manager ABC put it in collections.abc as well? Or should we put Callable and Coroutine in functools and a context manager one in contextlib (or Coroutine in asyncio)?
History
Date User Action Args
2016-01-05 21:09:02brett.cannonsetrecipients: + brett.cannon, gvanrossum, rhettinger, terry.reedy, ncoghlan, stutzbach, ezio.melotti, martin.panter, yselivanov
2016-01-05 21:09:02brett.cannonsetmessageid: <1452028142.55.0.585662191904.issue25637@psf.upfronthosting.co.za>
2016-01-05 21:09:02brett.cannonlinkissue25637 messages
2016-01-05 21:09:02brett.cannoncreate