From 43225ab2cb7593f4407283fd8ef973409e15f80fab8f109f6145406f7f2db447 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Jul 2020 06:55:47 +0000 Subject: [PATCH] Accepting request 821974 from home:gmbr3:Active Changelog fix OBS-URL: https://build.opensuse.org/request/show/821974 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=23 --- python38.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python38.changes b/python38.changes index d8c64d7..915cc21 100644 --- a/python38.changes +++ b/python38.changes @@ -1,10 +1,10 @@ ------------------------------------------------------------------- Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer -- Update to version 3.8.5: +- Update to version 3.8.5: - bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…). - - bpo-41295: a regression in CPython 3.8.4 where defining + - bpo-41295: Resolve a regression in CPython 3.8.4 where defining “__setattr__” in a multi-inheritance setup and calling up the hierarchy chain could fail if builtins/extension types were involved in the base types.