From 97bb975b728de5516c887100cfde0cb315b22ef1e4dbb8a48cead4d2053a95a0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Jun 2023 20:06:49 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=148 --- python39.changes | 2 -- 1 file changed, 2 deletions(-) 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