diff options
author | Juliette Monsel <j4321@users.noreply.github.com> | 2018-10-18 19:28:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-18 19:28:31 (GMT) |
commit | 1deea5e53991b46351f6bb395b22365c9455ed88 (patch) | |
tree | ff06edbf2cb6330de85e5f713355b1ff1453d92a /Misc | |
parent | bbd90e4f6273f1c29c03ab1374fdbd1a862fc14a (diff) | |
download | cpython-1deea5e53991b46351f6bb395b22365c9455ed88.zip cpython-1deea5e53991b46351f6bb395b22365c9455ed88.tar.gz cpython-1deea5e53991b46351f6bb395b22365c9455ed88.tar.bz2 |
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-08-21-05-11.bpo-34936.3tRqdq.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-08-21-05-11.bpo-34936.3tRqdq.rst b/Misc/NEWS.d/next/Library/2018-10-08-21-05-11.bpo-34936.3tRqdq.rst new file mode 100644 index 0000000..7c1f7bb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-08-21-05-11.bpo-34936.3tRqdq.rst @@ -0,0 +1,2 @@ +Fix ``TclError`` in ``tkinter.Spinbox.selection_element()``. Patch by +Juliette Monsel. |