[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 427b8c7f7dcdbff21de78b10d9ad05c825480618 by Serhiy Storchaka in branch '2.7': [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) (GH-9968) https://github.com/python/cpython/commit/427b8c7f7dcdbff21de78b1

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9313 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-19 Thread miss-islington
miss-islington added the comment: New changeset c04347fad936f40cc0bd844e44a71ba88b027b2d by Miss Islington (bot) in branch '3.6': bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) https://github.com/python/cpython/commit/c04347fad936f40cc0bd844e44a71ba88b027

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bd9c2ce7acaef45f23c2659b854fc9925096d040 by Serhiy Storchaka (Juliette Monsel) in branch '3.7': bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) https://github.com/python/cpython/commit/bd9c2ce7acaef45f23c26

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9312 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-18 Thread Juliette Monsel
Change by Juliette Monsel : -- pull_requests: +9304 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1deea5e53991b46351f6bb395b22365c9455ed88 by Serhiy Storchaka (Juliette Monsel) in branch 'master': bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) https://github.com/python/cpython/commit/1deea5e53991b46351f6bb395b223

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-08 Thread Juliette Monsel
Change by Juliette Monsel : -- keywords: +patch pull_requests: +9146 stage: needs patch -> patch review ___ Python tracker ___ ___ P

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Do you mind to create a PR against master for fixing this issue Juliette? -- ___ Python tracker ___ ___

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka stage: -> needs patch versions: +Python 2.7, Python 3.6, Python 3.8 ___ Python tracker ___

[issue34936] tkinter.Spinbox.selection_element() raises TclError

2018-10-08 Thread Juliette Monsel
New submission from Juliette Monsel : Spinbox.selection_element() raises `TclError: expected integer but got "none"` while it should return the currently selected element according to the docstring. I think this issue comes from the Spinbox.selection method which tries to convert to int the