diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2022-05-06 07:16:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 07:16:22 (GMT) |
commit | 93364f9716614173406a4c83cd624b37d9a02ebf (patch) | |
tree | 21604d3f0b29c347f14fe3e6a1c79bf60e61b687 /Misc/ACKS | |
parent | fa4f0a134e7911b2494ea9866c8a49ff446f9d6c (diff) | |
download | cpython-93364f9716614173406a4c83cd624b37d9a02ebf.zip cpython-93364f9716614173406a4c83cd624b37d9a02ebf.tar.gz cpython-93364f9716614173406a4c83cd624b37d9a02ebf.tar.bz2 |
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
- add member() and nonmember() functions
- add deprecation warning for internal classes in enums not
becoming members in 3.13
Co-authored-by: edwardcwang
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1891,6 +1891,7 @@ Jacob Walls Kevin Walzer Rodrigo Steinmuller Wanderley Dingyuan Wang +Edward C Wang Jiahua Wang Ke Wang Liang-Bo Wang |