diff options
author | Steve Dower <steve.dower@python.org> | 2021-11-09 16:47:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 16:47:28 (GMT) |
commit | bcc4e46832010469bb35a97c1d1e962a82ee7fd9 (patch) | |
tree | 3db9cdd7ba5fed36970e3a88872ce2204fec3e87 /Misc | |
parent | c3bc0fe5a6e4ee50bd186eebb638e881b1c4bf54 (diff) | |
download | cpython-bcc4e46832010469bb35a97c1d1e962a82ee7fd9.zip cpython-bcc4e46832010469bb35a97c1d1e962a82ee7fd9.tar.gz cpython-bcc4e46832010469bb35a97c1d1e962a82ee7fd9.tar.bz2 |
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-11-08-21-53-11.bpo-45732.idl5kx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-11-08-21-53-11.bpo-45732.idl5kx.rst b/Misc/NEWS.d/next/Windows/2021-11-08-21-53-11.bpo-45732.idl5kx.rst new file mode 100644 index 0000000..563bcd3 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-11-08-21-53-11.bpo-45732.idl5kx.rst @@ -0,0 +1 @@ +Updates bundled Tcl/Tk to 8.6.12. |