This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author timh
Recipients georg.brandl, timh
Date 2008-08-26.21:23:46
SpamBayes Score 0.1566146
Marked as misclassified No
Message-id <1219785828.16.0.340928364781.issue3691@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-08-26 21:23:48timhsetrecipients: + timh, georg.brandl
2008-08-26 21:23:48timhsetmessageid: <1219785828.16.0.340928364781.issue3691@psf.upfronthosting.co.za>
2008-08-26 21:23:47timhlinkissue3691 messages
2008-08-26 21:23:47timhcreate