Manlio Perillo wrote: > 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')
The details of what implementation? The server? The thing that called the app? The thing that called the app and the thing that called it? OTOH, there's a SERVER_SOFTWARE CGI variable, I believe. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers _______________________________________________ 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