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
:
> 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
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
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