Improved support for printing stack tracebacks with RelaxWarnings.
The '--traceback' command line option will now show a full traceback. A replacement
warnings.showwarning() function has been written to write out the traceback before the
warnings.formatwarning() replacement function is called.