diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-17 00:03:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 00:03:51 (GMT) |
commit | dece9c06bb0aff150e018ed7975d43e4648bb72e (patch) | |
tree | a386fbc9993507ec689c0dba5ad8a331c38dab59 /Misc | |
parent | f748fc9f44519336cb33539d01be4e5377eabb92 (diff) | |
download | cpython-dece9c06bb0aff150e018ed7975d43e4648bb72e.zip cpython-dece9c06bb0aff150e018ed7975d43e4648bb72e.tar.gz cpython-dece9c06bb0aff150e018ed7975d43e4648bb72e.tar.bz2 |
[3.11] gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495) (#104569)
gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (GH-104495)
(cherry picked from commit 3cba61f111db9b5e8ef35632915309f81fff8c6c)
Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-05-15-02-22-44.gh-issue-104494.Bkrbfn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-05-15-02-22-44.gh-issue-104494.Bkrbfn.rst b/Misc/NEWS.d/next/Tests/2023-05-15-02-22-44.gh-issue-104494.Bkrbfn.rst new file mode 100644 index 0000000..a320c48 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-05-15-02-22-44.gh-issue-104494.Bkrbfn.rst @@ -0,0 +1,2 @@ +Update ``test_pack_configure_in`` and ``test_place_configure_in`` +for changes to error message formatting in Tk 8.7. |