summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2021-10-09 07:36:50 (GMT)
committerGitHub <noreply@github.com>2021-10-09 07:36:50 (GMT)
commitc91b6f57f3f75b482e4a9d30ad2afe37892a8ceb (patch)
tree765504d9d7408ce8359e0d1ce1557ad54d266926 /Misc/NEWS.d
parenta98b273ce42f33d04c8b85b8d574c47adf11dd2a (diff)
downloadcpython-c91b6f57f3f75b482e4a9d30ad2afe37892a8ceb.zip
cpython-c91b6f57f3f75b482e4a9d30ad2afe37892a8ceb.tar.gz
cpython-c91b6f57f3f75b482e4a9d30ad2afe37892a8ceb.tar.bz2
bpo-10716: Migrating pydoc to html5. (GH-28651)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-08-04-11-55.bpo-10716.QSRVK2.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-08-04-11-55.bpo-10716.QSRVK2.rst b/Misc/NEWS.d/next/Library/2021-10-08-04-11-55.bpo-10716.QSRVK2.rst
new file mode 100644
index 0000000..8ec9449
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-08-04-11-55.bpo-10716.QSRVK2.rst
@@ -0,0 +1,3 @@
+Migrated pydoc to HTML5 (without changing the look of it). Side effect is to
+update xmlrpc's ``ServerHTMLDoc`` which now uses the CSS too. cgitb now
+relies less on pydoc (as it can't use the CSS file).