#574040 python-reportbug: add debug possiblity in the library for use in reportbug(1)

#574040#5
Date:
2010-03-15 22:24:42 UTC
From:
To:
When using reportbug(1), sometimes there are needs to get deeper
information what is going on.  Like what are the exact parameters
passed to MTA (in /usr/share/pyshared/reportbug/submit.py around line
350)

SUGGESTION

Please implement debuggin capabilities to the library. When debug is
on (True), the library would print informational messages to stderr.

This feature could then be activated from reportbug(1) e.g. via option
--debug.