From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:56:14 +0000 (+0200) Subject: [3.15] gh-86726: Add few missing versionadded directives (GH-151662) (GH-151663) X-Git-Tag: v3.15.0b3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafe39f78acd82dac81ea7b443ebe3c73be48242;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-86726: Add few missing versionadded directives (GH-151662) (GH-151663) Pack.pack_content, Place.place_content and Grid.grid_content were added in 3.15. (cherry picked from commit bfecfcc2a860071c8e5022ac512bde94e0fb5f76) Co-authored-by: Serhiy Storchaka --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 8507656e50fa..b0421721bf8d 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -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()