SHA256
1
0
forked from pool/python38

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
This commit is contained in:
Matej Cepl 2020-07-21 06:55:47 +00:00 committed by Git OBS Bridge
parent b93d18e6b5
commit 43225ab2cb

View File

@ -1,10 +1,10 @@
-------------------------------------------------------------------
Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- 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.