Dirkjan Ochtman ha scritto:
> Mostly taking Graham's list of issues and incorporating it into PEP 333.
> 
> Latest revision: http://hg.xavamedia.nl/peps/file/tip/wsgi-1.1.txt
> 
> Let's have comments here (comments in the form of diffs are
> particularly welcome, of course). Remember, the idea is not to change
> or improve WSGI right now, but only to improve the spec, improving
> interoperability and enabling Python 3 support.
> 

> [...]

Another comment.
The run_with_cgi sample function should be changed, since it probably
does not work correctly, on Python 3.x.

I'm not sure, since sys.stdout.write accepts a native string, however
how it is encoded is platform specific (with current text of WSGI 1.1,
however, it seems this is allowed).


I would like to do some tests with CGI, Python 3.2, IIS and Windows.


Regards  Manlio
_______________________________________________
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