summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-10-29 06:07:34 (GMT)
committerLarry Hastings <larry@hastings.org>2019-10-29 06:07:34 (GMT)
commitefb6611bd269ad9d215e7e044193f06bdc13284d (patch)
treed302206ce8d48754fb82b139a10d22a6e99d3d8d
parentd7b336fe5d54f73c758802df426e06e8a674bd63 (diff)
downloadcpython-efb6611bd269ad9d215e7e044193f06bdc13284d.zip
cpython-efb6611bd269ad9d215e7e044193f06bdc13284d.tar.gz
cpython-efb6611bd269ad9d215e7e044193f06bdc13284d.tar.bz2
Blurb release and pydoc topics for 3.5.8 final.
-rw-r--r--Lib/pydoc_data/topics.py2
-rw-r--r--Misc/NEWS.d/3.5.8.rst9
-rw-r--r--Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst3
3 files changed, 10 insertions, 4 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 31a8bd0..6795324 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Sat Oct 12 12:05:57 2019
+# Autogenerated by Sphinx on Mon Oct 28 23:07:04 2019
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
diff --git a/Misc/NEWS.d/3.5.8.rst b/Misc/NEWS.d/3.5.8.rst
new file mode 100644
index 0000000..a09f8c6
--- /dev/null
+++ b/Misc/NEWS.d/3.5.8.rst
@@ -0,0 +1,9 @@
+.. bpo: 38243
+.. date: 2019-09-25-13-21-09
+.. nonce: 1pfz24
+.. release date: 2019-10-28
+.. section: Security
+
+Escape the server title of :class:`xmlrpc.server.DocXMLRPCServer` when
+rendering the document page as HTML. (Contributed by Dong-hee Na in
+:issue:`38243`.)
diff --git a/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst b/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst
deleted file mode 100644
index 98d7be1..0000000
--- a/Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Escape the server title of :class:`xmlrpc.server.DocXMLRPCServer`
-when rendering the document page as HTML.
-(Contributed by Dong-hee Na in :issue:`38243`.)