[issue1289] Typo in Context Manager Types
New submission from Nathan Haines: In the first sentence in the ContextManager.__exit__() section, "exception" is spelled "expection". -- components: Documentation messages: 56510 nosy: nhaines severity: normal status: open title: Typo in Context Manager Types type: rfe versions: Python 2.5, Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1289> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1289] Typo in Context Manager Types
Nathan Haines added the comment: This typo is in the Python Library Reference manual, section 3.10, for versions 2.5, 2.6, and 3.0. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1289> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1313] Typo in Python Library Reference documentation: logging module
New submission from Nathan Haines: In the Python Library Reference manual, in section 14.5 (logging), there is a typo in the debug function example code. In the 2.5 PDF this is on page 446. The last line reads: logging.warning("Protocol problem: %s", "connection reset", extra=d) This should read: logging.warning("Protocol problem: %s", "connection reset", extra=dict) This error persists in the 2.6 and 3.0 documentation. -- components: Documentation messages: 56658 nosy: nhaines severity: normal status: open title: Typo in Python Library Reference documentation: logging module versions: Python 2.5, Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1313> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com