From: Larry Hastings Date: Sat, 5 Sep 2020 07:21:11 +0000 (-0700) Subject: Blurb release and pydoc topics for 3.5.10. X-Git-Tag: v3.5.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f17bd54c0121d4a6f6fd88c64c963e9b3b0ba1;p=thirdparty%2FPython%2Fcpython.git Blurb release and pydoc topics for 3.5.10. --- diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 3ddb0cf98767..40a52ed1c1ae 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 000000000000..fda8bb44137f --- /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 990affc3edd9..000000000000 --- 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(...).