[issue26177] tkinter: Canvas().keys returns empty strings.

Serhiy Storchaka report at bugs.python.org
Fri Jan 22 06:06:01 EST 2016


Serhiy Storchaka added the comment:

split() has many warts, it shouldn't be used. It is enough just call splitlist() for elements of a list.

Proposed patch fixes Misc.keys(). It also adds tests for missed options (some of them are not explicitly documented).

----------
components: +Library (Lib), Tkinter
keywords: +patch
Added file: http://bugs.python.org/file41686/tkinter_keys.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26177>
_______________________________________


More information about the Python-bugs-list mailing list