Re: [Web-SIG] Python Web Modules - Version 0.5.0

2005-02-01 Thread Ian Bicking
James Gardner wrote: Ian Bicking wrote: Another thing I noticed when writing the error handler is that if an application or middleware component doesn't form a header or set the status correctly it can be tricky to track down where the error occurred. If the application used a special object for

Re: [Web-SIG] Python Web Modules - Version 0.5.0

2005-02-01 Thread James Gardner
Ian Bicking wrote: Another thing I noticed when writing the error handler is that if an application or middleware component doesn't form a header or set the status correctly it can be tricky to track down where the error occurred. If the application used a special object for headers and status

Re: [Web-SIG] Python Web Modules - Version 0.5.0

2005-01-31 Thread Ian Bicking
James Gardner wrote: Ian Bicking wrote: web.wsgi.error: one standard I'd like for middleware would be some key you could set that would indicate that some error handler exists, and applications further down the stack shouldn't catch unexpected exceptions (of course expected exceptions are a diff

Re: [Web-SIG] Python Web Modules - Version 0.5.0

2005-01-31 Thread James Gardner
Ian Bicking wrote: web.wsgi.error: one standard I'd like for middleware would be some key you could set that would indicate that some error handler exists, and applications further down the stack shouldn't catch unexpected exceptions (of course expected exceptions are a different matter). Then

Re: [Web-SIG] Python Web Modules - Version 0.5.0

2005-01-31 Thread Ian Bicking
James Gardner wrote: Hello All, I'd like to announce the release of the Python Web Modules 0.5.0. This development release brings WSGI support to the modules. * Web Server Gateway Interface support - auth, error, database and session middleware and a WSGI Server. Cool, good to see more of this ki

[Web-SIG] Python Web Modules - Version 0.5.0

2005-01-31 Thread James Gardner
Hello All, I'd like to announce the release of the Python Web Modules 0.5.0. This development release brings WSGI support to the modules. * Web Server Gateway Interface support - auth, error, database and session middleware and a WSGI Server. * Licensed under the LGPL after discussions on the mai