On Wed, 15 Feb 2006 00:50:11 -0500, "Clark C. Evans" <[EMAIL PROTECTED]> wrote:
>On Mon, Feb 13, 2006 at 12:49:00PM -0800, Guido van Rossum wrote:
>
>| My gut feeling: Ignores many parts of the WSGI spec (sendfile, strict
>| error checking), supports unnecessary stuff for stdlib, i.e. Continue
>| support, HTTPS.
>
>HTTPS is pretty standard requirement, its a small amount of
>code for a "battery";

HTTPS is orthogonal.  Besides, how would you support it in the stdlib?  It's 
currently not possible to write an SSL server in Python without a third-party 
library.  Maybe someone would be interested in rectifying /that/? :)

Jean-Paul
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to