[New-bugs-announce] [issue2169] Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer
ajaksu
report at bugs.python.org
Sat Feb 23 18:28:05 CET 2008
New submission from ajaksu:
This small patch adds a HTML 3.2 doctype, a <html> and a <body> tags.
Should work on py3k.
This patch only accomplishes a "Tentatively Valid HTML 3.2" result.
Adding information on encoding would make that more conclusive, but
IMHO wrong too.
----------
components: Library (Lib)
files: SimpleHTTP_doctype_tags.diff
messages: 62780
nosy: ajaksu2
severity: minor
status: open
title: Adding DOCTYPE and "html", "body" tags to SimpleHTTPServer
type: feature request
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file9508/SimpleHTTP_doctype_tags.diff
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2169>
__________________________________
More information about the New-bugs-announce
mailing list