diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2021-07-12 18:07:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 18:07:03 (GMT) |
commit | 92abe4c44f7643d01206b263c659613a6997c24e (patch) | |
tree | 88265e58b406947e8e0de9f5eff9fad75955d698 | |
parent | 721d4796be60e6a0a11dee8318794f78928648c1 (diff) | |
download | cpython-92abe4c44f7643d01206b263c659613a6997c24e.zip cpython-92abe4c44f7643d01206b263c659613a6997c24e.tar.gz cpython-92abe4c44f7643d01206b263c659613a6997c24e.tar.bz2 |
[Enum] add news entry for enum module reversion (GH-27099)
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-12-10-43-31.bpo-44559.YunVKY.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 0000000..0259a92 --- /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 |