Ticket #7239: trac-7239.diff
| File trac-7239.diff, 560 bytes (added by screwdriver@…, 4 years ago) |
|---|
-
trac/web/_fcgi.py
1137 1137 FastCGI server that supports the Web Server Gateway Interface. See 1138 1138 <http://www.python.org/peps/pep-0333.html>. 1139 1139 """ 1140 def __init__(self, application, environ=None, umask=None,1140 def __init__(self, application, environ=None, 1141 1141 multithreaded=True, **kw): 1142 1142 """ 1143 1143 environ, if present, must be a dictionary-like object. Its
