Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core and Builtins/2021-07-17-21-04-04.bpo-44633
….5-zKeI.rst

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
  • Loading branch information
serhiy-storchaka and Fidget-Spinner authored Jul 18, 2021
commit 19fd606d050945571d4b91e178658010b312ea72
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Parameter substitution of the union type with wrong types raises now
Parameter substitution of the union type with wrong types now raises
``TypeError`` instead of returning ``NotImplemented``.