From f2f17bd54c0121d4a6f6fd88c64c963e9b3b0ba1 Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Sat, 5 Sep 2020 00:21:11 -0700 Subject: Blurb release and pydoc topics for 3.5.10. --- Lib/pydoc_data/topics.py | 2 +- Misc/NEWS.d/3.5.10.rst | 8 ++++++++ .../NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Misc/NEWS.d/3.5.10.rst delete mode 100644 Misc/NEWS.d/next/Security/2020-02-12-14-17-39.bpo-39603.Gt3RSg.rst diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 3ddb0cf..40a52ed 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 0000000..fda8bb4 --- /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 990affc..0000000 --- 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(...). -- cgit v0.12