Mercurial > p > roundup > code
diff doc/features.txt @ 5891:6e341009593b
Deprecate mod_python issue2551005
Planning deprecation of mod_python. Intent it to replace with
mod_wsgi, but we have no good docs for it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 18:13:25 -0400 |
| parents | e48b039b0ec0 |
| children | c2fd254c9257 |
line wrap: on
line diff
--- a/doc/features.txt Wed Oct 02 18:04:13 2019 -0400 +++ b/doc/features.txt Wed Oct 02 18:13:25 2019 -0400 @@ -62,7 +62,7 @@ - authentication of user registration and user-driven password resetting using email and one time keys - may be run using WSGI or through CGI as a normal cgi script, as a - stand-alone web server, under mod_python or through Zope + stand-alone web server, under mod_wsgi (mod_python is deprecated) or through Zope - searching may be performed using many constraints, including a full-text search of messages attached to issues - file attachments (added through the web or email) are served up with the
