We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dba59e commit dbfc6a4Copy full SHA for dbfc6a4
Doc/whatsnew/3.14.rst
@@ -1130,6 +1130,8 @@ typing
1130
For example, ``isinstance(int | str, typing.Union)`` will return ``True``; previously
1131
this raised :exc:`TypeError`.
1132
- The ``__args__`` attribute of :class:`typing.Union` objects is no longer writable.
1133
+ - It is no longer possible to set arbitrary dunder attributes on :class:`typing.Union`
1134
+ objects.
1135
1136
(Contributed by Jelle Zijlstra in :gh:`105499`.)
1137
0 commit comments