diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2022-01-24 15:42:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 15:42:54 (GMT) |
commit | c144d9363107b50bcb0ccd01e7202e26a40c21f0 (patch) | |
tree | ce20e80e4f7164577457d9692d0476af2316d022 /Misc/NEWS.d | |
parent | d7c68639795a576ff58b6479c8bb34c113df3618 (diff) | |
download | cpython-c144d9363107b50bcb0ccd01e7202e26a40c21f0.zip cpython-c144d9363107b50bcb0ccd01e7202e26a40c21f0.tar.gz cpython-c144d9363107b50bcb0ccd01e7202e26a40c21f0.tar.bz2 |
bpo-46470: remove unused branch from `typing._remove_dups_flatten` (GH-30780)
The branch was a remnant of old 3.6 typing.Union implementation.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-01-22-13-17-35.bpo-46470.MnNhgU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-01-22-13-17-35.bpo-46470.MnNhgU.rst b/Misc/NEWS.d/next/Library/2022-01-22-13-17-35.bpo-46470.MnNhgU.rst new file mode 100644 index 0000000..45b9cea --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-01-22-13-17-35.bpo-46470.MnNhgU.rst @@ -0,0 +1 @@ +Remove unused branch from ``typing._remove_dups_flatten`` |