Opened 17 years ago
Closed 17 years ago
#6494 closed (fixed)
Split off traceback HTML generation
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | easy-pickings | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The traceback HTML generation is a useful function by itself. So
split it off ina separate function.
Attachments (2)
Change History (7)
by , 17 years ago
Attachment: | 0035-Split-off-traceback-HTML-generation.patch added |
---|
comment:1 by , 17 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
Keywords: | easy-pickings added |
---|
comment:3 by , 17 years ago
Patch needs improvement: | unset |
---|
comment:4 by , 17 years ago
Owner: | changed from | to
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Agreed. Very minor style change:
def get_traceback_html (request, exc_type, exc_value, tb):
should bedef get_traceback_html(request, exc_type, exc_value, tb):