[issue19020] Regression: Windows-tkinter-idle, unicode, and 0xxx filename

Terry J. Reedy report at bugs.python.org
Wed Oct 2 00:34:46 CEST 2013


Terry J. Reedy added the comment:

I cannot say much since I do not know what .split and .splitlist do or are supposed to do. They have no docstrings. They are methods of tkinter.Tk().tk, the app or 'interpreter' returned by _tkinter.create. Modules/_tkinker.c maps then to the C functions TkappSplit(List), which have no comments.

----------

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


More information about the Python-bugs-list mailing list