Is wsgi ready for prime time?

Rob Williscroft rtw at freenet.co.uk
Thu May 17 15:50:22 EDT 2007


Ron Garret wrote in news:rNOSPAMon-B77D6B.12263417052007
@news.gha.chartermi.net in comp.lang.python:

>> PACKAGE CONTENTS
>>      handlers
>>      headers
>>      simple_server
>>      util
>>      validate
>> 
>> Reading the documentation can be useful sometimes. Recommending 
>> http://docs.python.org/lib/module-wsgiref.html, too.
> 
> I did read the documentation, but the documentation does not seem to 
> reflect reality, e.g.:
> 
>>>> wsgiref.util 
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> AttributeError: 'module' object has no attribute 'util'
> 

IDLE 1.2      
>>> import wsgiref.util
>>> wsgiref.util
<module 'wsgiref.util' from '....\Python25\lib\wsgiref\util.pyc'>
>>> 

Rob.
-- 
http://www.victim-prime.dsl.pipex.com/



More information about the Python-list mailing list