Skip to content

Commit 65d180d

Browse files
authored
bpo-38250: add version added for FlagBoundary (GH-25820)
* bpo-38250: add version added for FlagBoundary * Also add versionadded for utilities Co-authored-by: hauntsaninja <>
1 parent 3d4b5f1 commit 65d180d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/enum.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ Data Types
575575
>>> KeepFlag(2**2 + 2**4)
576576
KeepFlag.BLUE|0x10
577577

578+
.. versionadded:: 3.10 ``FlagBoundary``
579+
578580

579581
Utilites and Decorators
580582
-----------------------
@@ -598,6 +600,7 @@ Utilites and Decorators
598600
also injects the members, and their aliases, into the the global namespace
599601
they were defined in.
600602

603+
.. versionadded:: 3.10
601604

602605
.. decorator:: property
603606

@@ -610,6 +613,8 @@ Utilites and Decorators
610613
*Enum* class, and *Enum* subclasses can define members with the
611614
names ``value`` and ``name``.
612615

616+
.. versionadded:: 3.10
617+
613618
.. decorator:: unique
614619

615620
A :keyword:`class` decorator specifically for enumerations. It searches an

0 commit comments

Comments
 (0)