[issue15924] 404 link on Python about page

2012-09-12 Thread Berker Peksag
Changes by Berker Peksag : -- components: +None -Tests ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue15924] 404 link on Python about page

2012-09-12 Thread Ned Deily
Ned Deily added the comment: The link has since been fixed thanks to your suggestion. -- components: +Tests -None nosy: +ned.deily ___ Python tracker ___

[issue15924] 404 link on Python about page

2012-09-12 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue15924] 404 link on Python about page

2012-09-12 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks for the report. However, for this issue, you should e-mail webmas...@python.org instead, as this page describes: http://www.python.org/about/website/ The part of the Python web site affected by this issue is maintained separately from the parts of the

[issue15924] 404 link on Python about page

2012-09-11 Thread Joshua Landau
New submission from Joshua Landau: http://www.python.org/about/ section "Python plays well with others", last paragraph, link "extension modules" links to http://www.python.org/doc/ext/intro.html, a 404 page. http://www.python.org/doc/ext/ redirects to http://docs.python.org/extending/ --