[issue1313] Typo in Python Library Reference documentation: logging module

2007-10-22 Thread Nathan Haines
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", e

[issue1289] Typo in Context Manager Types

2007-10-17 Thread Nathan Haines
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] Typo in Context Manager Types

2007-10-17 Thread Nathan Haines
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: