]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Enum] add news entry for enum module reversion (GH-27099)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 12 Jul 2021 18:07:03 +0000 (11:07 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 18:07:03 +0000 (11:07 -0700)
Misc/NEWS.d/next/Library/2021-07-12-10-43-31.bpo-44559.YunVKY.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Library/2021-07-12-10-43-31.bpo-44559.YunVKY.rst b/Misc/NEWS.d/next/Library/2021-07-12-10-43-31.bpo-44559.YunVKY.rst
new file mode 100644 (file)
index 0000000..0259a92
--- /dev/null
@@ -0,0 +1 @@
+[Enum] module reverted to 3.9; 3.10 changes pushed until 3.11