diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-05-06 10:50:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 10:50:38 (GMT) |
commit | 15dbe8570f215bfb4910cdd79b43dafb2ab6b38f (patch) | |
tree | 4bd84c0560fba0aea940aa74056ae57ea987d970 /Doc/whatsnew | |
parent | d707d073be5ecacb7ad341a1c1716f4998907d6b (diff) | |
download | cpython-15dbe8570f215bfb4910cdd79b43dafb2ab6b38f.zip cpython-15dbe8570f215bfb4910cdd79b43dafb2ab6b38f.tar.gz cpython-15dbe8570f215bfb4910cdd79b43dafb2ab6b38f.tar.bz2 |
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index f679100..07e8332 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -744,6 +744,14 @@ For major changes, see :ref:`new-feat-related-type-hints-311`. (Contributed by Serhiy Storchaka in :issue:`43923`.) +tkinter +------- + +* Added method ``info_patchlevel()`` which returns the exact version of + the Tcl library as a named tuple similar to :data:`sys.version_info`. + (Contributed by Serhiy Storchaka in :issue:`91827`.) + + unicodedata ----------- |