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 ethan.furman, larry, ncoghlan
Date 2013-10-26.07:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382772278.74.0.712048126388.issue19330@psf.upfronthosting.co.za>
In-reply-to
Content
I checked the other classes in contextlib to ensure they also provided decent docstrings on instances. They were mostly OK, but @contextmanager itself doesn't provide useful docs when inspecting the result context manager instances directly. However, fixing that isn't trivial: see issue 19404 for details.
History
Date User Action Args
2013-10-26 07:24:38ncoghlansetrecipients: + ncoghlan, larry, ethan.furman
2013-10-26 07:24:38ncoghlansetmessageid: <1382772278.74.0.712048126388.issue19330@psf.upfronthosting.co.za>
2013-10-26 07:24:38ncoghlanlinkissue19330 messages
2013-10-26 07:24:38ncoghlancreate