Opened 13 years ago
Closed 13 years ago
#297 closed defect (fixed)
whois server broken on F17
| Reported by: | ezyang | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Fedora 17 |
| Component: | internals | Keywords: | |
| Cc: |
Description
What it says on the tin.
/usr/lib/python2.7/site-packages/web/template.py in __getattr__
raise AttributeError, k ...
▶ Local vars
templates/layout.html in __template__
<title>scripts.mit.edu: $self.title</title> ...
▶ Local vars
/afs/athena.mit.edu/contrib/scripts/web_scripts/home/whois/whois.py in GET
return render.layout(render.query(message)) ...
▶ Local vars
/usr/lib/python2.7/site-packages/web/application.py in handle_class
return tocall(*args) ...
▶ Local vars
/usr/lib/python2.7/site-packages/web/application.py in _delegate
return handle_class(cls) ...
▶ Local vars
/usr/lib/python2.7/site-packages/web/application.py in handle
return self._delegate(fn, self.fvars, args) ...
▶ Local vars
/usr/lib/python2.7/site-packages/web/application.py in process
return self.handle() ...
▶ Local vars }}}
Change History (2)
comment:1 Changed 13 years ago by ezyang
- Milestone set to Fedora 17
comment:2 Changed 13 years ago by achernya
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed this a long time ago, approximately June 28.