Edgewall Software

Ticket #7239: trac-7239.diff

File trac-7239.diff, 560 bytes (added by screwdriver@…, 4 years ago)

fix for the bug

  • trac/web/_fcgi.py

     
    11371137    FastCGI server that supports the Web Server Gateway Interface. See 
    11381138    <http://www.python.org/peps/pep-0333.html>. 
    11391139    """ 
    1140     def __init__(self, application, environ=None, umask=None, 
     1140    def __init__(self, application, environ=None, 
    11411141                 multithreaded=True, **kw): 
    11421142        """ 
    11431143        environ, if present, must be a dictionary-like object. Its