We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec9271 commit cab69f0Copy full SHA for cab69f0
Doc/library/stdtypes.rst
@@ -5464,6 +5464,11 @@ The user-exposed type for the union object can be accessed from
5464
5465
.. versionadded:: 3.10
5466
5467
+.. versionchanged:: 3.14
5468
+
5469
+ Union objects are now instances of :class:`typing.Union`. Previously, they were instances
5470
+ of :class:`types.UnionType`, which remains an alias for :class:`typing.Union`.
5471
5472
5473
.. _typesother:
5474
Doc/whatsnew/3.13.rst
@@ -1486,6 +1486,7 @@ Optimizations
1486
Removed Modules And APIs
1487
========================
1488
1489
1490
.. _whatsnew313-pep594:
1491
1492
PEP 594: Remove "dead batteries" from the standard library
0 commit comments