From: Ethan Furman Date: Mon, 12 Jul 2021 18:07:03 +0000 (-0700) Subject: [Enum] add news entry for enum module reversion (GH-27099) X-Git-Tag: v3.10.0rc1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92abe4c44f7643d01206b263c659613a6997c24e;p=thirdparty%2FPython%2Fcpython.git [Enum] add news entry for enum module reversion (GH-27099) --- 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 index 000000000000..0259a929eec3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-12-10-43-31.bpo-44559.YunVKY.rst @@ -0,0 +1 @@ +[Enum] module reverted to 3.9; 3.10 changes pushed until 3.11