diff options
author | Steve Dower <steve.dower@python.org> | 2021-11-09 17:48:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 17:48:49 (GMT) |
commit | 340ecafdf3bfb1377a1b8584addbb8e7bb423459 (patch) | |
tree | 946e4e5c56edeb09e79563b30379384c8ee5505a /Misc/NEWS.d | |
parent | 2c4792264f9218692a1bd87398a60591f756b171 (diff) | |
download | cpython-340ecafdf3bfb1377a1b8584addbb8e7bb423459.zip cpython-340ecafdf3bfb1377a1b8584addbb8e7bb423459.tar.gz cpython-340ecafdf3bfb1377a1b8584addbb8e7bb423459.tar.bz2 |
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Diffstat (limited to 'Misc/NEWS.d')
-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. |