New submission from MATSUI Tetsushi: 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()?
---------- components: Documentation messages: 58945 nosy: mft severity: normal status: open title: what is decimal.Context.get_manager()? versions: Python 2.5, Python 2.6 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1680> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com