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.