[issue13295] Fix HTML produced by http.server

2011-11-02 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the reviews! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker _

[issue13295] Fix HTML produced by http.server

2011-11-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10823e7be085 by Ezio Melotti in branch 'default': #13295: http.server now produces valid HTML 4.01 strict. http://hg.python.org/cpython/rev/10823e7be085 -- nosy: +python-dev ___ Python tracker

[issue13295] Fix HTML produced by http.server

2011-11-02 Thread Éric Araujo
Éric Araujo added the comment: Thanks. +0. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue13295] Fix HTML produced by http.server

2011-10-31 Thread Ezio Melotti
Ezio Melotti added the comment: Attached patch updates the pages to pass the validation, use HTML 4.01 and specify the encoding of the page in the tag. -- stage: patch review -> commit review versions: -Python 2.7, Python 3.2 Added file: http://bugs.python.org/file23573/issue13295-2.

[issue13295] Fix HTML produced by http.server

2011-10-31 Thread Éric Araujo
Éric Araujo added the comment: Okay. -- title: html5 template for Lib/http/server.py -> Fix HTML produced by http.server versions: +Python 2.7, Python 3.2 ___ Python tracker ___