diff --git a/python39.changes b/python39.changes index 87c6f1c..1e828e1 100644 --- a/python39.changes +++ b/python39.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Oct 19 07:12:23 UTC 2022 - Matej Cepl -- Update to 3.8.15: +- Update to 3.9.15: - Fix multiplying a list by an integer (list *= int): detect the integer overflow when the new allocated length is close to the maximum size.