From efb6611bd269ad9d215e7e044193f06bdc13284d Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Mon, 28 Oct 2019 23:07:34 -0700 Subject: Blurb release and pydoc topics for 3.5.8 final. --- Lib/pydoc_data/topics.py | 2 +- Misc/NEWS.d/3.5.8.rst | 9 +++++++++ .../next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst | 3 --- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 Misc/NEWS.d/3.5.8.rst delete mode 100644 Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst 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`.) -- cgit v0.12