commit | ca897e960a4dd05283110dd84ab43838a403e5c4 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Wed Nov 02 19:33:29 2011 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Wed Nov 02 19:33:29 2011 +0200 |
tree | 9bc1c12a5d6a0014fbe92790b2cb37ed316d6da5 | |
parent | 23e275b3ad409ccc9602d1c061726af0926fea51 [diff] [blame] |
#13295: http.server now produces valid HTML 4.01 strict.
diff --git a/Misc/NEWS b/Misc/NEWS index 3cd7621..c751ba6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -350,6 +350,8 @@ Library ------- +- Issue #13295: http.server now produces valid HTML 4.01 strict. + - Issue #2892: preserve iterparse events in case of SyntaxError. - Issue #13287: urllib.request and urllib.error now contains a __all__ and