X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=roundup%2Fcgitb.py;h=cc9217b77912ea62406a87b1b78be2fc1f1a4af7;hb=7d090d036546fee25381ecc6ddaddfd26317c9c3;hp=9d9fd9f64708e0994f3d9b419ff679e37b986ec5;hpb=9af8ac2feb15e0b28d547b7bf0af9103376a5210;p=roundup.git diff --git a/roundup/cgitb.py b/roundup/cgitb.py index 9d9fd9f..cc9217b 100644 --- a/roundup/cgitb.py +++ b/roundup/cgitb.py @@ -1,4 +1,11 @@ -# $Id: cgitb.py,v 1.2 2001-07-22 12:09:32 richard Exp $ +# +# This module was written by Ka-Ping Yee, . +# +# $Id: cgitb.py,v 1.7 2001-11-22 15:46:42 jhermann Exp $ + +__doc__ = """ +Extended CGI traceback handler by Ka-Ping Yee, . +""" import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc @@ -115,6 +122,25 @@ def handler(): # # $Log: not supported by cvs2svn $ +# Revision 1.6 2001/09/29 13:27:00 richard +# CGI interfaces now spit up a top-level index of all the instances they can +# serve. +# +# Revision 1.5 2001/08/07 00:24:42 richard +# stupid typo +# +# Revision 1.4 2001/08/07 00:15:51 richard +# Added the copyright/license notice to (nearly) all files at request of +# Bizar Software. +# +# Revision 1.3 2001/07/29 07:01:39 richard +# Added vim command to all source so that we don't get no steenkin' tabs :) +# +# Revision 1.2 2001/07/22 12:09:32 richard +# Final commit of Grande Splite +# # Revision 1.1 2001/07/22 11:58:35 richard # More Grande Splite # +# +# vim: set filetype=python ts=4 sw=4 et si