diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-06-26 07:54:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 07:54:00 (GMT) |
commit | 536985814a7116f14c9bc90aa1b3e3d36d5b2367 (patch) | |
tree | 9efa22e13a0b78f6d477d94de36ffe612eedeb48 /Misc | |
parent | c834c025695f598a0df3aba980257326a088044a (diff) | |
download | cpython-536985814a7116f14c9bc90aa1b3e3d36d5b2367.zip cpython-536985814a7116f14c9bc90aa1b3e3d36d5b2367.tar.gz cpython-536985814a7116f14c9bc90aa1b3e3d36d5b2367.tar.bz2 |
gh-93820: Pickle enum.Flag by name (GH-93891)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-06-16-11-16-53.gh-issue-93820.00X0Y5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-16-11-16-53.gh-issue-93820.00X0Y5.rst b/Misc/NEWS.d/next/Library/2022-06-16-11-16-53.gh-issue-93820.00X0Y5.rst new file mode 100644 index 0000000..70bb1e6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-06-16-11-16-53.gh-issue-93820.00X0Y5.rst @@ -0,0 +1 @@ +Pickle :class:`enum.Flag` by name. |