[issue1680] what is decimal.Context.get_manager()?

MATSUI Tetsushi report at bugs.python.org
Fri Dec 21 14:43:34 CET 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1680>
__________________________________


More information about the Python-bugs-list mailing list