Skip to content

Commit bfecfcc

Browse files
gh-86726: Add few missing versionadded directives (GH-151662)
Pack.pack_content, Place.place_content and Grid.grid_content were added in 3.15.
1 parent 3cd02a1 commit bfecfcc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/tkinter.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,6 +2979,8 @@ Base and mixin classes
29792979
Same as :meth:`Misc.pack_content`.
29802980
:meth:`content` is an alias of :meth:`!pack_content`.
29812981

2982+
.. versionadded:: 3.15
2983+
29822984

29832985
.. class:: Place()
29842986

@@ -3073,6 +3075,8 @@ Base and mixin classes
30733075
Same as :meth:`Misc.place_content`.
30743076
:meth:`content` is an alias of :meth:`!place_content`.
30753077

3078+
.. versionadded:: 3.15
3079+
30763080

30773081
.. class:: Grid()
30783082

@@ -3221,6 +3225,8 @@ Base and mixin classes
32213225
Same as :meth:`Misc.grid_content`.
32223226
:meth:`content` is an alias of :meth:`!grid_content`.
32233227

3228+
.. versionadded:: 3.15
3229+
32243230

32253231
.. class:: XView()
32263232

0 commit comments

Comments
 (0)