Skip to content

[3.10] gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)#98439

Merged
miss-islington merged 1 commit intopython:3.10from
miss-islington:backport-e4ec8de-3.10
Oct 19, 2022
Merged

[3.10] gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-98436)#98439
miss-islington merged 1 commit intopython:3.10from
miss-islington:backport-e4ec8de-3.10

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Oct 19, 2022

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

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…t.count() (pythonGH-98436)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington miss-islington merged commit eee8b99 into python:3.10 Oct 19, 2022
@miss-islington miss-islington deleted the backport-e4ec8de-3.10 branch October 19, 2022 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants