[New-bugs-announce] [issue6803] Context manager docs refer to contextlib.contextmanager as contextlib.contextfactory

Dan Haffey report at bugs.python.org
Sat Aug 29 22:44:00 CEST 2009


New submission from Dan Haffey <dhaffey at gmail.com>:

The documentation at
http://docs.python.org/library/stdtypes.html#context-manager-types
refers to the contextlib.contextmanager decorator as
contextlib.contextfactory.

----------
assignee: georg.brandl
components: Documentation
files: doc-stdtypes-contextmanagement.patch
keywords: patch
messages: 92068
nosy: dhaffey, georg.brandl
severity: normal
status: open
title: Context manager docs refer to contextlib.contextmanager as contextlib.contextfactory
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file14802/doc-stdtypes-contextmanagement.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6803>
_______________________________________


More information about the New-bugs-announce mailing list