summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-11-27 20:14:37 (GMT)
committerGitHub <noreply@github.com>2023-11-27 20:14:37 (GMT)
commit1cb95cd2c5217807af4d211e8197400ba6e31096 (patch)
treeb15c15ebf5e8b38c7c158299d952ceb2449ed1ec /Misc/NEWS.d
parent698b4b73bc2f6d2de96dac04df5102ac468e02c0 (diff)
downloadcpython-1cb95cd2c5217807af4d211e8197400ba6e31096.zip
cpython-1cb95cd2c5217807af4d211e8197400ba6e31096.tar.gz
cpython-1cb95cd2c5217807af4d211e8197400ba6e31096.tar.bz2
[3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857)
* Remove mention of "vsapi" element type from the documentation. * Add tests for element_create() and other ttk.Style methods. * Add examples for element_create() in the documentation. (cherry picked from commit 005d1e8fc81539c60c6b21ebba34de3edd5bb232) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst b/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst
new file mode 100644
index 0000000..757a700
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst
@@ -0,0 +1,4 @@
+Remove mention of not supported "vsapi" element type in
+:meth:`tkinter.ttk.Style.element_create`. Add tests for ``element_create()``
+and other ``ttk.Style`` methods. Add examples for ``element_create()`` in
+the documentation.