]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86726: Add few missing versionadded directives (GH-151662)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Jun 2026 15:46:57 +0000 (18:46 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 15:46:57 +0000 (15:46 +0000)
Pack.pack_content, Place.place_content and Grid.grid_content were
added in 3.15.

Doc/library/tkinter.rst

index 8507656e50fa33ca93da9f3365d4fd08865ed9ed..b0421721bf8d7e5ea6c6615946e57c2f9942125c 100644 (file)
@@ -2979,6 +2979,8 @@ Base and mixin classes
       Same as :meth:`Misc.pack_content`.
       :meth:`content` is an alias of :meth:`!pack_content`.
 
+      .. versionadded:: 3.15
+
 
 .. class:: Place()
 
@@ -3073,6 +3075,8 @@ Base and mixin classes
       Same as :meth:`Misc.place_content`.
       :meth:`content` is an alias of :meth:`!place_content`.
 
+      .. versionadded:: 3.15
+
 
 .. class:: Grid()
 
@@ -3221,6 +3225,8 @@ Base and mixin classes
       Same as :meth:`Misc.grid_content`.
       :meth:`content` is an alias of :meth:`!grid_content`.
 
+      .. versionadded:: 3.15
+
 
 .. class:: XView()