commit | f2fba87dcc6bb75c126b3b1cd79e6b4b62e4981a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Oct 06 23:09:00 2000 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Oct 06 23:09:00 2000 +0000 |
tree | 20be7fadd7fa4eb3309554a5906fe89c8ddab313 | |
parent | 0a84a338f9fb578303eb4341dbf0e8514dafe7e0 [diff] |
Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The parsing functions in support of auto-indent weren't expecting Unicode strings, but text.get() can now return them (although it remains muddy as to exactly when or why that can happen). Fixed that with a Big Hammer.