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: HTML being escaped on some release pages
Type: behavior Stage: resolved
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, nicktimko
Priority: normal Keywords:

Created on 2014-03-02 00:40 by nicktimko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg212531 - (view) Author: Nick Timkovich (nicktimko) * Date: 2014-03-02 00:40
On a random trip through Python's past I noticed the new site is escaping HTML on some older version release notes:

* http://www.python.org/download/releases/1.6/
* http://www.python.org/download/releases/2.0/
* http://www.python.org/download/releases/2.1/
* http://www.python.org/download/releases/2.1.[1-3]/ (2.1.1, 2.1.2, 2.1.3)
* http://www.python.org/download/releases/2.2/
* http://www.python.org/download/releases/2.2.[1-2]/
* http://www.python.org/download/releases/2.3/
* http://www.python.org/download/releases/2.3.[1-5]/

I was pointed here from the pydotorg-www list, but None of the components seem to fit with website maintenance.
msg212532 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-02 00:50
Sorry, you were pointed to the wrong tracer.  For problems with the new website, the tracker is:

https://github.com/python/pythondotorg/issues

But, as noted in a reply, the pages you cite should now render properly.  Thanks for reporting it!

https://mail.python.org/pipermail/pydotorg-www/2014-March/002461.html
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65019
2014-03-02 00:50:17ned.deilysetstatus: open -> closed

nosy: + ned.deily
messages: + msg212532

resolution: out of date
stage: resolved
2014-03-02 00:40:18nicktimkocreate