summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-19 00:12:15 (GMT)
committerGitHub <noreply@github.com>2022-08-19 00:12:15 (GMT)
commit7a84ce5c44845066628ea7be01a09bed70acbeae (patch)
treed9fdbaffa6f4f1eee2f5538bc73a9754830328fc /Misc
parentbb37d29576428f31e0b5a20ed8fd7b77d1168e95 (diff)
downloadcpython-7a84ce5c44845066628ea7be01a09bed70acbeae.zip
cpython-7a84ce5c44845066628ea7be01a09bed70acbeae.tar.gz
cpython-7a84ce5c44845066628ea7be01a09bed70acbeae.tar.bz2
gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENAME flags in bpo-28080 (GH-96072)
Automerge-Triggered-By: GH:pablogsal (cherry picked from commit 9d066e2aa621125cd141b14df79955d74b7f258e) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-18-14-53-53.gh-issue-95463.GpP05c.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-18-14-53-53.gh-issue-95463.GpP05c.rst b/Misc/NEWS.d/next/Library/2022-08-18-14-53-53.gh-issue-95463.GpP05c.rst
new file mode 100644
index 0000000..553c554
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-18-14-53-53.gh-issue-95463.GpP05c.rst
@@ -0,0 +1,2 @@
+Remove an incompatible change from :issue:`28080` that caused a regression
+that ignored the utf8 in ``ZipInfo.flag_bits``. Patch by Pablo Galindo.