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 michael.foord, ncoghlan
Date 2010-06-30.11:57:36
SpamBayes Score 0.021571381
Marked as misclassified No
Message-id <AANLkTil9wZ1iqKPDKFQIbhr__Jv87KLl2xM5Anw4MQBd@mail.gmail.com>
In-reply-to <1277898667.23.0.0194379346004.issue9110@psf.upfronthosting.co.za>
Content
On Wed, Jun 30, 2010 at 9:51 PM, Michael Foord <report@bugs.python.org> wrote:
> I left some text in the .. versionchanged:: tag for contextmanager as I think this is normal.

Yeah, what you did was what I meant (I just didn't say it very well)

The example use in the docs should call function() rather than invoke
the context manager explicitly.

Otherwise looks good, so I'd say go ahead and check it in :)
History
Date User Action Args
2010-06-30 11:57:39ncoghlansetrecipients: + ncoghlan, michael.foord
2010-06-30 11:57:37ncoghlanlinkissue9110 messages
2010-06-30 11:57:36ncoghlancreate