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.

classification
Title: Broken link to Pylons in the HOWTO TurboGears documentation
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Yann.Lebel, docs@python, orsenthil, python-dev
Priority: normal Keywords:

Created on 2014-06-08 08:17 by Yann.Lebel, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg220027 - (view) Author: Yann Lebel (Yann.Lebel) Date: 2014-06-08 08:17
The link to the Pylons framework present at the end of theHOWTO -> HOWTO Use Python in the web -> TurboGears documentation section redirect to a domain that does not exists anymore.

I believe it should be replaced by http://www.pylonsproject.org/

Here is the link to the documentation section
https://docs.python.org/3/howto/webservers.html#turbogears
msg220028 - (view) Author: Yann Lebel (Yann.Lebel) Date: 2014-06-08 08:24
I just noticed that the same broken link exists in the "Other notable frameworks" as well.

Here is the link to the section 
https://docs.python.org/3/howto/webservers.html#other-notable-frameworks
msg220264 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-11 13:19
New changeset 9438a8aa3622 by Senthil Kumaran in branch '2.7':
#21693 - Fix the broken link for pylons project.
http://hg.python.org/cpython/rev/9438a8aa3622

New changeset 08fa17130fb3 by Senthil Kumaran in branch '3.4':
#21693 - Fix the broken link for pylons project.
http://hg.python.org/cpython/rev/08fa17130fb3
msg220265 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2014-06-11 13:20
Fixed these. Thanks for the report.
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65892
2014-06-11 13:20:40orsenthilsetstatus: open -> closed

nosy: + orsenthil
messages: + msg220265

resolution: fixed
stage: resolved
2014-06-11 13:19:57python-devsetnosy: + python-dev
messages: + msg220264
2014-06-08 08:24:39Yann.Lebelsetmessages: + msg220028
2014-06-08 08:17:44Yann.Lebelcreate