summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-11-02 17:33:29 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-11-02 17:33:29 (GMT)
commitca897e960a4dd05283110dd84ab43838a403e5c4 (patch)
tree9bc1c12a5d6a0014fbe92790b2cb37ed316d6da5 /Misc
parent23e275b3ad409ccc9602d1c061726af0926fea51 (diff)
downloadcpython-ca897e960a4dd05283110dd84ab43838a403e5c4.zip
cpython-ca897e960a4dd05283110dd84ab43838a403e5c4.tar.gz
cpython-ca897e960a4dd05283110dd84ab43838a403e5c4.tar.bz2
#13295: http.server now produces valid HTML 4.01 strict.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cd7621..c751ba6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,8 @@ Core and Builtins
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