mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45740: [Enum] add versionadded markers to docs (GH-29443)
[Enum] add versionadded markers to docs
This commit is contained in:
parent
815dad42d5
commit
cb755dba7a
2 changed files with 7 additions and 7 deletions
|
@ -397,6 +397,7 @@ Data Types
|
|||
Using :class:`auto` with :class:`StrEnum` results in values of the member name,
|
||||
lower-cased.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. class:: Flag
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue