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 mft
Recipients mft
Date 2007-12-21.13:43:34
SpamBayes Score 0.078515954
Marked as misclassified No
Message-id <1198244614.71.0.361237094038.issue1680@psf.upfronthosting.co.za>
In-reply-to
Content
In the section Context Manager Types of the Library reference, the
__enter__ method of context management protocol is explained as:
  An example of a context manager that returns a related object is
  the one returned by decimal.Context.get_manager(). 
But I can't find anything about decimal.Context.get_manager().
Does it mean decimal.localcontext()?
History
Date User Action Args
2007-12-21 13:43:34mftsetspambayes_score: 0.078516 -> 0.078515954
recipients: + mft
2007-12-21 13:43:34mftsetspambayes_score: 0.078516 -> 0.078516
messageid: <1198244614.71.0.361237094038.issue1680@psf.upfronthosting.co.za>
2007-12-21 13:43:34mftlinkissue1680 messages
2007-12-21 13:43:34mftcreate