This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thijs
Recipients pje, thijs
Date 2009-09-27.16:06:34
SpamBayes Score 0.00023933145
Marked as misclassified No
Message-id <1254067597.28.0.569356248949.issue5931@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-27 16:06:37thijssetrecipients: + thijs, pje
2009-09-27 16:06:37thijssetmessageid: <1254067597.28.0.569356248949.issue5931@psf.upfronthosting.co.za>
2009-09-27 16:06:35thijslinkissue5931 messages
2009-09-27 16:06:35thijscreate