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: Context manager docs refer to contextlib.contextmanager as contextlib.contextfactory
Type: behavior Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 2.6, Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: dhaffey, georg.brandl
Priority: normal Keywords: patch

Created on 2009-08-29 20:43 by dhaffey, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-stdtypes-contextmanagement.patch dhaffey, 2009-08-29 20:43 Replace "contextfactory" with "contextmanager"
Messages (2)
msg92068 - (view) Author: Dan Haffey (dhaffey) Date: 2009-08-29 20:43
The documentation at
http://docs.python.org/library/stdtypes.html#context-manager-types
refers to the contextlib.contextmanager decorator as
contextlib.contextfactory.
msg92085 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-08-30 08:35
Thanks, fixed in r74588.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51052
2009-08-30 08:35:06georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg92085
2009-08-29 20:43:58dhaffeycreate