This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) (Python triager) | 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) * (Python committer) | 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 -> closed type: enhancement -> behavior versions: - Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 nosy: + berker.peksag messages: + msg277676 resolution: fixed stage: resolved |
| 2016年09月28日 23:30:55 | python-dev | set | nosy:
+ python-dev messages: + msg277675 |
| 2016年03月13日 05:44:29 | Alejandro Soini | create | |