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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to