summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2022-02-23 17:59:32 (GMT)
committerGitHub <noreply@github.com>2022-02-23 17:59:32 (GMT)
commit0bb40a42d71873ea267aace8c92a02d66fe36dc2 (patch)
tree482989247863a2d729848c6a6cde081f4fb82ef8 /Misc
parent9bbdde218005f552304d9954bb97e3f9185edded (diff)
downloadcpython-0bb40a42d71873ea267aace8c92a02d66fe36dc2.zip
cpython-0bb40a42d71873ea267aace8c92a02d66fe36dc2.tar.gz
cpython-0bb40a42d71873ea267aace8c92a02d66fe36dc2.tar.bz2
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-24-01-49-38.bpo-46736.NJcoWO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-24-01-49-38.bpo-46736.NJcoWO.rst b/Misc/NEWS.d/next/Library/2022-02-24-01-49-38.bpo-46736.NJcoWO.rst
new file mode 100644
index 0000000..fca7780
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-02-24-01-49-38.bpo-46736.NJcoWO.rst
@@ -0,0 +1,2 @@
+:class:`~http.server.SimpleHTTPRequestHandler` now uses HTML5 grammar. Patch
+by Dong-hee Na.