diff --git a/python39.changes b/python39.changes index 8539bdd..9db5b11 100644 --- a/python39.changes +++ b/python39.changes @@ -17,8 +17,6 @@ Wed Jun 28 19:12:12 UTC 2023 - Matej Cepl - gh-104049: Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler. - - gh-101283: subprocess.Popen now uses a safer approach to find - cmd.exe when launching with shell=True. - gh-103935: trace.__main__ now uses io.open_code() for files to be executed instead of raw open(). - gh-102953: The extraction methods in tarfile, and