Issue 26550: documentation minor issue : "Step back: WSGI" section from "HOWTO Use Python in the web" (original) (raw)
Issue26550
Created on 2016-03-13 05:44 by Alejandro Soini, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg261671 - (view) | Author: Alejandro Soini (Alejandro Soini) | Date: 2016-03-13 05:44 |
Bad article usage in the following sentence from the WSGI section on HOWTO Use Python in the web (https://docs.python.org/2/howto/webservers.html#wsgi) : "Authentication is another a problem easily solved using existing middleware." suggested change: "Authentication is another problem that is easily solved using existing middleware." | ||
msg277675 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-09-28 23:30 |
New changeset 522506fcff88 by Berker Peksag in branch '2.7': Issue #26550: Fix typo in webservers HOWTO https://hg.python.org/cpython/rev/522506fcff88 | ||
msg277676 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2016-09-28 23:33 |
Thanks, Alejandro. Doc/howto/webservers.rst has been removed in Python 3 so I just fixed 2.7. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:28 | admin | set | github: 70737 |
2016-09-28 23:33:09 | berker.peksag | set | status: open -> closedtype: enhancement -> behaviorversions: - Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6nosy: + berker.peksagmessages: + resolution: fixedstage: resolved |
2016-09-28 23:30:55 | python-dev | set | nosy: + python-devmessages: + |
2016-03-13 05:44:29 | Alejandro Soini | create |