[Web-SIG] WSGI in standard library
Guido van Rossum
guido at python.org
Wed Feb 15 00:32:28 CET 2006
On 2/14/06, Alan Kennedy <pywebsig at xhaus.com> wrote:
> Well, I'm sure we all want our favourite server in the stdlib ;-)
>
> But a few things have to happen first.
>
> Priority #1: Make the requisite server a single standalone module.
Huh? What makes you think this? There are plenty of packages in the
standard library.
It obviously needs to be free from dependencies on things that aren't
in the standard library. But I don't see the need to remove the
package structure. (The only cleanup I'd like to see is to remove the
strange occurrences of *many* consecutive blank lines here and there.
What are these for?)
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Web-SIG
mailing list