Issue 6803: Context manager docs refer to contextlib.contextmanager as contextlib.contextfactory (original) (raw)

Issue6803

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:52 admin set github: 51052
2009-08-30 08:35:06 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-08-29 20:43:58 dhaffey create