[Python-Dev] [Web-SIG] Adding wsgiref to stdlib
Guido van Rossum
guido at python.org
Fri Apr 28 21:47:44 CEST 2006
On 4/28/06, Ian Bicking <ianb at colorstudy.com> wrote:
> I'd like to include paste.lint with that as well (as wsgiref.lint or
> whatever). Since the last discussion I enumerated in the docstring all
> the checks it does. There's still some outstanding issues, mostly where
> I'm not sure if it is too restrictive (marked with @@ in the source).
> It's at:
>
> http://svn.pythonpaste.org/Paste/trunk/paste/lint.py
That looks fine to me; I'm not in this business full-time so I'll
await others' responses.
> I think another useful addition would be some prefix-based dispatcher,
> similar to paste.urlmap (but probably a bit simpler):
> http://svn.pythonpaste.org/Paste/trunk/paste/urlmap.py
IMO this is getting into framework design. Perhaps something like this
could be added in 2.6?
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list