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 <>
This commit is contained in:
Shantanu 2021-05-13 22:59:53 -07:00 committed by GitHub
parent 3d4b5f1019
commit 65d180d983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -575,6 +575,8 @@ Data Types
>>> KeepFlag(2**2 + 2**4) >>> KeepFlag(2**2 + 2**4)
KeepFlag.BLUE|0x10 KeepFlag.BLUE|0x10
.. versionadded:: 3.10 ``FlagBoundary``
Utilites and Decorators Utilites and Decorators
----------------------- -----------------------
@ -598,6 +600,7 @@ Utilites and Decorators
also injects the members, and their aliases, into the the global namespace also injects the members, and their aliases, into the the global namespace
they were defined in. they were defined in.
.. versionadded:: 3.10
.. decorator:: property .. decorator:: property
@ -610,6 +613,8 @@ Utilites and Decorators
*Enum* class, and *Enum* subclasses can define members with the *Enum* class, and *Enum* subclasses can define members with the
names ``value`` and ``name``. names ``value`` and ``name``.
.. versionadded:: 3.10
.. decorator:: unique .. decorator:: unique
A :keyword:`class` decorator specifically for enumerations. It searches an A :keyword:`class` decorator specifically for enumerations. It searches an