comparison roundup/cgi/cgitb.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents 74476eaac38a
children 64b05e24dbd8
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
1 # 1 #
2 # This module was written by Ka-Ping Yee, <ping@lfw.org>. 2 # This module was written by Ka-Ping Yee, <ping@lfw.org>.
3 # 3 #
4 # $Id: cgitb.py,v 1.12 2004-07-13 10:18:00 a1s Exp $
5 4
6 """Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>. 5 """Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>.
7 """ 6 """
8 __docformat__ = 'restructuredtext' 7 __docformat__ = 'restructuredtext'
9 8

Roundup Issue Tracker: http://roundup-tracker.org/