Thijs Triemstra <[email protected]> added the comment: Here's a patch that uses platform.python_implementation instead, producing:
>>> from wsgiref import simple_server >>> simple_server.software_version 'WSGIServer/0.1 CPython/2.7a0' >>> This will become relevant when Jython and IronPython start using these modules. ---------- keywords: +patch Added file: http://bugs.python.org/file14986/wsgiref.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5931> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
