Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dba59e commit dbfc6a4Copy full SHA for dbfc6a4
1 file changed
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