diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-02 17:33:29 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-11-02 17:33:29 (GMT) |
commit | ca897e960a4dd05283110dd84ab43838a403e5c4 (patch) | |
tree | 9bc1c12a5d6a0014fbe92790b2cb37ed316d6da5 /Misc | |
parent | 23e275b3ad409ccc9602d1c061726af0926fea51 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |