]> granicus.if.org Git - python/commitdiff
Issue #21706: Add a versionchanged directive to the functional API docs.
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 18 Sep 2014 02:23:14 +0000 (05:23 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 18 Sep 2014 02:23:14 +0000 (05:23 +0300)
Doc/library/enum.rst

index af42c58a4164ec09757355d7bd625a99d2270a95..30e07a765ee38cac3765f91a792db2d41ebf1c21 100644 (file)
@@ -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
 --------------------