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 ncoghlan
Recipients barry, ncoghlan, njs, yselivanov
Date 2017-05-13.05:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494654663.2.0.762500941023.issue30359@psf.upfronthosting.co.za>
In-reply-to
Content
Given that we have contextlib.AbstractContextManager now, perhaps it should just set "f.__annotations__['return'] = AbstractContextManager"? (assuming no other return annotation is already set)
History
Date User Action Args
2017-05-13 05:51:03ncoghlansetrecipients: + ncoghlan, barry, njs, yselivanov
2017-05-13 05:51:03ncoghlansetmessageid: <1494654663.2.0.762500941023.issue30359@psf.upfronthosting.co.za>
2017-05-13 05:51:03ncoghlanlinkissue30359 messages
2017-05-13 05:51:03ncoghlancreate