]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blurb release and pydoc topics for 3.5.10.
authorLarry Hastings <larry@hastings.org>
Sat, 5 Sep 2020 07:21:11 +0000 (00:21 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 5 Sep 2020 07:21:11 +0000 (00:21 -0700)
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.5.10.rst [new file with mode: 0644]
Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst [deleted file]

index 3ddb0cf98767dafde2e677ff41f7c4534c7460ba..40a52ed1c1ae459edd4b46796b37584e6354b1fb 100644 (file)
@@ -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 (file)
index 0000000..fda8bb4
--- /dev/null
@@ -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 (file)
index 990affc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Prevent http header injection by rejecting control characters in
-http.client.putrequest(...).