net.py: typo fix + catch the right exception
[breadcrumb.git] / bugs / issue-5bfe43931a82c6df6a40f079a78900389c8730fc.yaml
blob79b94e73b89ae2dccf242c25199afd3c157b66e7
1 --- !ditz.rubyforge.org,2008-03-06/issue 
2 title: Implement rendering with inheritance instead of method binding
3 desc: "Currently, we pass a bound method around to handlers that render things. It would be much nicer if this was done properly (ie: with inheritance). This would also make Pylint complain less (using bound methods from other classes as your own confuses it terribly)."
4 type: :task
5 component: handlers
6 release: "0.1"
7 reporter: Laurens Van Houtven <lvh@laurensvh.be>
8 status: :closed
9 disposition: :fixed
10 creation_time: 2009-02-11 09:00:56.556566 Z
11 references: []
13 id: 5bfe43931a82c6df6a40f079a78900389c8730fc
14 log_events: 
15 - - 2009-02-11 09:00:58.237274 Z
16   - Laurens Van Houtven <lvh@laurensvh.be>
17   - created
18   - ""
19 - - 2009-02-13 21:15:53.202120 Z
20   - Laurens Van Houtven <lvh@laurensvh.be>
21   - closed with disposition fixed
22   - Sorta-fixed now. Essentially does the same as before, but now hidden in a class.