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.

classification
Title: what is decimal.Context.get_manager()?
Type: Stage:
Components: Documentation Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: facundobatista, georg.brandl, mft
Priority: normal Keywords:

Created on 2007-12-21 13:43 by mft, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg58945 - (view) Author: MATSUI Tetsushi (mft) Date: 2007-12-21 13:43
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()?
msg59384 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-06 15:30
Fixed in r59772. Thanks for the report!
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46021
2008-01-06 15:30:48georg.brandlsetstatus: open -> closed
assignee: facundobatista -> georg.brandl
resolution: fixed
messages: + msg59384
nosy: + georg.brandl
2007-12-21 17:31:56facundobatistasetassignee: facundobatista
nosy: + facundobatista
2007-12-21 13:43:34mftcreate