Re: BaseHandler

2008-01-29 Thread Jacob Kaplan-Moss
On 1/28/08, Bryan McLemore <[EMAIL PROTECTED]> wrote: > I'm more looking for discussion. Feedback on what I've said and on > the implementation if people are so inclined. I'm not done yet by > far, so making an official patch submission would be premature. The problem is that reading patches in

Re: BaseHandler

2008-01-28 Thread Bryan McLemore
: > On 1/28/08, Kaelten <[EMAIL PROTECTED]> wrote: > > > So I've had to dig into the handler setup for various things. Since then > > I've broken down the handler and refactored more common code code into > > BaseHandler, and cleaned up the error catching to

Re: BaseHandler

2008-01-28 Thread Tom Tobin
On 1/28/08, Kaelten <[EMAIL PROTECTED]> wrote: > So I've had to dig into the handler setup for various things. Since then > I've broken down the handler and refactored more common code code into > BaseHandler, and cleaned up the error catching to I've tested t

BaseHandler

2008-01-28 Thread Kaelten
So I've had to dig into the handler setup for various things. Since then I've broken down the handler and refactored more common code code into BaseHandler, and cleaned up the error catching to I've tested the WSGI handler and it works under 404 or 500 or other. A few changes t