]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blurb release and pydoc topics for 3.5.8 final.
authorLarry Hastings <larry@hastings.org>
Tue, 29 Oct 2019 06:07:34 +0000 (23:07 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 29 Oct 2019 06:07:34 +0000 (23:07 -0700)
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.5.8.rst [new file with mode: 0644]
Misc/NEWS.d/next/Security/2019-09-25-13-21-09.bpo-38243.1pfz24.rst [deleted file]

index 31a8bd08769785b52f404a48c6c5fc020e8e73f2..6795324cad20aff290ae48a01fb01e3023116f4d 100644 (file)
@@ -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 (file)
index 0000000..a09f8c6
--- /dev/null
@@ -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 (file)
index 98d7be1..0000000
+++ /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`.)