diff options
author | Steve Dower <steve.dower@python.org> | 2021-11-04 17:27:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 17:27:57 (GMT) |
commit | 6340ba7f2c1bef94939dcab0d5babc256ffd7485 (patch) | |
tree | 03b0d1e437493a42f12119aabfe19cbcf00f3700 /Misc/NEWS.d | |
parent | 75ed2ce9e86a7f213fa54e6f8cbbb3ab6f25b5a2 (diff) | |
download | cpython-6340ba7f2c1bef94939dcab0d5babc256ffd7485.zip cpython-6340ba7f2c1bef94939dcab0d5babc256ffd7485.tar.gz cpython-6340ba7f2c1bef94939dcab0d5babc256ffd7485.tar.bz2 |
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-11-04-00-41-50.bpo-43652.RnqV7I.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-11-04-00-41-50.bpo-43652.RnqV7I.rst b/Misc/NEWS.d/next/Windows/2021-11-04-00-41-50.bpo-43652.RnqV7I.rst new file mode 100644 index 0000000..7da8fc7 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-11-04-00-41-50.bpo-43652.RnqV7I.rst @@ -0,0 +1,2 @@ +Update Tcl/Tk to 8.6.11, actually this time. The previous update incorrectly +included 8.6.10. |