[Python-checkins] PyDoc topics refresh & blurb release for 3.5.6rc1.
Larry Hastings
webhook-mailer at python.org
Thu Jul 19 22:35:30 EDT 2018
https://github.com/python/cpython/commit/95c6597a47295e7a77184feadcad8749d6198d5b
commit: 95c6597a47295e7a77184feadcad8749d6198d5b
branch: 3.5
author: Larry Hastings <larry at hastings.org>
committer: Larry Hastings <larry at hastings.org>
date: 2018年07月19日T17:55:28-07:00
summary:
PyDoc topics refresh & blurb release for 3.5.6rc1.
files:
A Misc/NEWS.d/3.5.6rc1.rst
D Misc/NEWS.d/next/Documentation/2018-07-19-00-02-23.bpo-33216.YrBgBe.rst
D Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst
D Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst
M Lib/pydoc_data/topics.py
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 28a8417794a0..182f15bba4a8 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Tue Jan 23 04:24:05 2018
+# Autogenerated by Sphinx on Thu Jul 19 17:54:59 2018
topics = {'assert': '\n'
'The "assert" statement\n'
'**********************\n'
diff --git a/Misc/NEWS.d/3.5.6rc1.rst b/Misc/NEWS.d/3.5.6rc1.rst
new file mode 100644
index 000000000000..39030c346689
--- /dev/null
+++ b/Misc/NEWS.d/3.5.6rc1.rst
@@ -0,0 +1,29 @@
+.. bpo: 33001
+.. date: 2018年03月05日-10-09-51
+.. nonce: elj4Aa
+.. release date: 2018年07月19日
+.. section: Security
+
+Minimal fix to prevent buffer overrun in os.symlink on Windows
+
+..
+
+.. bpo: 32981
+.. date: 2018年03月02日-10-24-52
+.. nonce: O_qDyj
+.. section: Security
+
+Regexes in difflib and poplib were vulnerable to catastrophic backtracking.
+These regexes formed potential DOS vectors (REDOS). They have been
+refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie
+Davis.
+
+..
+
+.. bpo: 33216
+.. date: 2018年07月19日-00-02-23
+.. nonce: YrBgBe
+.. section: Documentation
+
+Clarify the documentation for CALL_FUNCTION_VAR, CALL_FUNCTION_KW, and
+CALL_FUNCTION_VAR_KW.
diff --git a/Misc/NEWS.d/next/Documentation/2018-07-19-00-02-23.bpo-33216.YrBgBe.rst b/Misc/NEWS.d/next/Documentation/2018-07-19-00-02-23.bpo-33216.YrBgBe.rst
deleted file mode 100644
index 566891584017..000000000000
--- a/Misc/NEWS.d/next/Documentation/2018-07-19-00-02-23.bpo-33216.YrBgBe.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Clarify the documentation for CALL_FUNCTION_VAR, CALL_FUNCTION_KW, and
-CALL_FUNCTION_VAR_KW.
diff --git a/Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst b/Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst
deleted file mode 100644
index 9ebabb44f91e..000000000000
--- a/Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Regexes in difflib and poplib were vulnerable to catastrophic backtracking.
-These regexes formed potential DOS vectors (REDOS). They have been
-refactored. This resolves CVE-2018-1060 and CVE-2018-1061.
-Patch by Jamie Davis.
diff --git a/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst b/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst
deleted file mode 100644
index 2acbac9e1af6..000000000000
--- a/Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst
+++ /dev/null
@@ -1 +0,0 @@
-Minimal fix to prevent buffer overrun in os.symlink on Windows
More information about the Python-checkins
mailing list