File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,8 @@ Data Types
575
575
>>> KeepFlag(2 ** 2 + 2 ** 4 )
576
576
KeepFlag.BLUE|0x10
577
577
578
+ .. versionadded :: 3.10 ``FlagBoundary``
579
+
578
580
579
581
Utilites and Decorators
580
582
-----------------------
@@ -598,6 +600,7 @@ Utilites and Decorators
598
600
also injects the members, and their aliases, into the the global namespace
599
601
they were defined in.
600
602
603
+ .. versionadded :: 3.10
601
604
602
605
.. decorator :: property
603
606
@@ -610,6 +613,8 @@ Utilites and Decorators
610
613
*Enum * class, and *Enum * subclasses can define members with the
611
614
names ``value `` and ``name ``.
612
615
616
+ .. versionadded :: 3.10
617
+
613
618
.. decorator :: unique
614
619
615
620
A :keyword: `class ` decorator specifically for enumerations. It searches an
You can’t perform that action at this time.
0 commit comments