danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

Disable or make configurable urllib debug #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
_FetchUrl has hardcoded 

    http_handler  = self._urllib.HTTPHandler(debuglevel=1)
    https_handler = self._urllib.HTTPSHandler(debuglevel=1)

This causes a bunch of junk to be spewed to STDOUT.

This should be removed, or made easily configurable.

Original issue reported on code.google.com by joegermu...@gmail.com on 5 Sep 2010 at 2:58

GoogleCodeExporter commented 8 years ago
debugHTTP parameter added to Api class init and defaults to False

revision 14021ee3b4

Original comment by bear42 on 26 Sep 2010 at 8:29