summaryrefslogtreecommitdiff
path: root/Mailman/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* Obsolete. Fold this functionality (for now) in the CGI driver scriptbwarsaw1998-06-191-62/+0
|
* Note! These changes are not being tracked in the old modulesbwarsaw1998-06-161-25/+39
| | | | | | | | | | | | directory. print_trace(): Made slightly more robust. Use TQS instead of many print statements. print_environ(): Use TQS instead of many prints. Note: I also removed McLay's name because the contribution is small enough not to need signatures, and the name just confuses things.
* Added debug.py on suggestion from Michael McLay. Added hisviega1998-06-141-0/+48
print_trace() function essentially verbatim (which is actually Ken's code, so no need for an assignment, though it may be a good idea anyway). Added my own print_environ() call since Michael didn't provide one.