From: Berker Peksag Date: Thu, 18 Sep 2014 02:23:14 +0000 (+0300) Subject: Issue #21706: Add a versionchanged directive to the functional API docs. X-Git-Tag: v3.5.0a1~903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60efd79dc5e3947939df67a4f9d6cd4c556bc2e9;p=python Issue #21706: Add a versionchanged directive to the functional API docs. --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index af42c58a41..30e07a765e 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -464,6 +464,9 @@ The complete signature is:: :start: number to start counting at if only names are passed in +.. versionchanged:: 3.5 + The *start* parameter was added. + Derived Enumerations --------------------