Fix bug reference in the changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=83
This commit is contained in:
2025-03-11 06:50:29 +00:00
committed by Git OBS Bridge
parent 1e079c98aa
commit 3bce06d06a

View File

@@ -2968,7 +2968,8 @@ Wed Mar 20 05:08:29 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
Addresses when using a proxy.
- gh-100884: email: fix misfolding of comma in address-lists
over multiple lines in combination with unicode encoding.
over multiple lines in combination with unicode encoding
(bsc#1238450 CVE-2025-1795)
- gh-95782: Fix io.BufferedReader.tell(),
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
io.BufferedRandom.tell(), io.BufferedRandom.seek() and