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 gvanrossum
Recipients brett.cannon, ezio.melotti, gvanrossum, martin.panter, ncoghlan, rhettinger, stutzbach, terry.reedy, yselivanov
Date 2016-01-05.21:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLiT9omOsAKQaVufY1G5nhWm4XwHNDVVk1DB9UQYEixFQ@mail.gmail.com>
In-reply-to <1452028142.55.0.585662191904.issue25637@psf.upfronthosting.co.za>
Content
I think ContextManager should be in contextlib. I don't want to put
anything in functools. Coroutine doesn't belong in asyncio, it's more
fundamental (closely related to Generator).
History
Date User Action Args
2016-01-05 21:14:10gvanrossumsetrecipients: + gvanrossum, brett.cannon, rhettinger, terry.reedy, ncoghlan, stutzbach, ezio.melotti, martin.panter, yselivanov
2016-01-05 21:14:10gvanrossumlinkissue25637 messages
2016-01-05 21:14:10gvanrossumcreate