Hi. I find it strange that the WSGI environ dictionary contains no information about some "details" of the implementation.
I think it would be useful to have a wsgi.info variable that returns a tuple with two strings: - the name of the implementation - the version of the implementation Example: wsgi.info = ('nginx mod_wsgi', '0.0.4') Manlio Perillo _______________________________________________ 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