This update for python36 fixes the following issues:
configparser module is used (bsc#1269066).wheel archives (bsc#1257599).pip handles concatenated tar and ZIP files as ZIP files regardless of filename or whether a file is
both a tar and ZIP file (bsc#1262467).unicodedata.normalize() can lead to DoS when processing specially crafted
Unicode input (bsc#1267581).Tarfile.extract() function, the filter parameter is not passed properly when extracting
hardlinks (bsc#1269959).%action can pass the dash-prefix safety check and allow for command injection
(bsc#1262319).BaseCookie.js_output() does not neutralize characters in cookie values embedded in JS (bsc#1262654).MemoryError and the
decompression instance is re-used (bsc#1262098).pip self-update functionality can import newly installed modules after wheel installation
(bsc#1263442, bsc#1263443).xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding
protection (bsc#1264962).tarfile.data_filter path traversal bypass allows writing outside the extraction directory
(bsc#1267821).ftpcp() does not use actual peer address and trusts server-supplied PASV host address (bsc#1265268).pip wheel installation allows arbitrary file
overwrite (bsc#1266669).tarfile module streaming mode can lead to DoS
(bsc#1269788).HTMLParser allows CPU-exhaustion DoS via repeated unterminated markup declarations
(bsc#1271192).http.cookies due to CVE-2026-6019 fix not handling non-ASCII characters correctly (bsc#1263083).