Logging of requests example mistake.
"""Also there is a bug in the second Logging Handler pprint.pprint((status,
headers)+args), stream=self.__oheaders) should be pprint.pprint(((status,
headers)+args), stream=self.__oheaders)"""
DebuggingTechniques page in wiki.
Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 18 Oct 2012 at 3:49
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 18 Oct 2012 at 3:49