]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Oct 2022 09:57:27 +0000 (02:57 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2022 09:57:27 +0000 (02:57 -0700)
commit30b9c4d7842d97abbc49d57e031671d60704723b
treeff6509ccda25c8cfd538ed248d9ea55646adbcb2
parenta847255cbbe5e52b871c0746ebafa07a00a335f4
gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)

Previously they were silently ignored. Now they are errors.
(cherry picked from commit e4ec8de6fa6f0a07e64f6a3e3f894926b4b0652d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_text.py
Misc/NEWS.d/next/Library/2022-10-19-09-29-12.gh-issue-97928.xj3im7.rst [new file with mode: 0644]