notfound crash

Bug #540253 reported by a1042302
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
web.py
New
Undecided
Unassigned

Bug Description

def notfound():
    return web.notfound()

app.notfound = notfound

results in
<type 'exceptions.RuntimeError'> at /aaa
maximum recursion depth exceeded in cmp

while
def notfound():
    return web.notfound(' ') # string w/ single space

works

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.