https://github.com/python/cpython/commit/bfecfcc2a860071c8e5022ac512bde94e0fb5f76
commit: bfecfcc2a860071c8e5022ac512bde94e0fb5f76
branch: main
author: Serhiy Storchaka <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-06-18T15:46:57Z
summary:
gh-86726: Add few missing versionadded directives (GH-151662)
Pack.pack_content, Place.place_content and Grid.grid_content were
added in 3.15.
files:
M Doc/library/tkinter.rst
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 8507656e50fa33..b0421721bf8d7e 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()
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]