[New-bugs-announce] [issue3691] Incorrect variable reference

Tim Hemming report at bugs.python.org
Tue Aug 26 23:23:48 CEST 2008


New submission from Tim Hemming <timhemming at gmail.com>:

The following line is referencing a variable "d", but it should be "dict":

 logging.warning("Protocol problem: %s", "connection reset", extra=d)


Page:- http://www.python.org/doc/2.5/lib/module-logging.html

----------
assignee: georg.brandl
components: Documentation
messages: 71998
nosy: georg.brandl, timh
severity: normal
status: open
title: Incorrect variable reference
versions: Python 2.5

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


More information about the New-bugs-announce mailing list