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, gvanrossum
Date 2015-11-12.19:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447355679.68.0.225089426373.issue25609@psf.upfronthosting.co.za>
In-reply-to
Content
There should probably be a context manager ABC in collections.abc that requires __enter__/__exit__ and a matching entry in `typing` that also takes a type argument of what the __enter__ method returns.
History
Date User Action Args
2015-11-12 19:14:39brett.cannonsetrecipients: + brett.cannon, gvanrossum
2015-11-12 19:14:39brett.cannonsetmessageid: <1447355679.68.0.225089426373.issue25609@psf.upfronthosting.co.za>
2015-11-12 19:14:39brett.cannonlinkissue25609 messages
2015-11-12 19:14:39brett.cannoncreate