[issue33974] _stringify handles quoted strings incorrectly

2018-06-27 Thread Gauchj
Gauchj added the comment: I tried to display entries from the Windows Registry in a TreeView. -- ___ Python tracker <https://bugs.python.org/issue33974> ___ ___

[issue33974] _stringify handles quoted strings incorrectly

2018-06-26 Thread Gauchj
New submission from Gauchj : _stringify escapes special characters so they can be processed by tcl/tk. To that end, two different escaping techniques are implemented: put a backslash in front of every special character or put the entire string in curly braces. However, a string like the