[Python-checkins] Blurb release and pydoc topics for 3.5.10.

Larry Hastings webhook-mailer at python.org
Sat Sep 5 05:05:51 EDT 2020


https://github.com/python/cpython/commit/f2f17bd54c0121d4a6f6fd88c64c963e9b3b0ba1
commit: f2f17bd54c0121d4a6f6fd88c64c963e9b3b0ba1
branch: 3.5
author: Larry Hastings <larry at hastings.org>
committer: Larry Hastings <larry at hastings.org>
date: 2020-09-05T00:21:11-07:00
summary:

Blurb release and pydoc topics for 3.5.10.

files:
A Misc/NEWS.d/3.5.10.rst
D Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst
M Lib/pydoc_data/topics.py

diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 3ddb0cf98767d..40a52ed1c1ae4 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Wed Aug 19 12:50:32 2020
+# Autogenerated by Sphinx on Sat Sep  5 00:19:52 2020
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
            '\n'
diff --git a/Misc/NEWS.d/3.5.10.rst b/Misc/NEWS.d/3.5.10.rst
new file mode 100644
index 0000000000000..fda8bb44137fa
--- /dev/null
+++ b/Misc/NEWS.d/3.5.10.rst
@@ -0,0 +1,8 @@
+.. bpo: 39603
+.. date: 2020-02-12-14-17-39
+.. nonce: Gt3RSg
+.. release date: 2020-09-05
+.. section: Security
+
+Prevent http header injection by rejecting control characters in
+http.client.putrequest(...).
diff --git a/Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst b/Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst
deleted file mode 100644
index 990affc3edd9d..0000000000000
--- a/Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Prevent http header injection by rejecting control characters in
-http.client.putrequest(...).



More information about the Python-checkins mailing list