summaryrefslogtreecommitdiff
path: root/examples/list_undefined.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-20 11:45:21 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-20 12:02:45 +0200
commita55a06c47da413f78ef7b4ae480d2c3172763f60 (patch)
tree5efcbeb7c60a7df64f9905280bc303e8b13fa4f4 /examples/list_undefined.py
parent73fea2bc6f817523fdfcfc9cecdc3aaa5e9f2494 (diff)
menuconfig: Use lower() instead of re.IGNORECASE in search
This gets rid of some slight input jerkiness while inputting e.g. '.*debug' on my machine (though the '.*' is redundant there), due to faster matching. The '.*' probably has bad interactions with re.search(), which matches anywhere in the string. A plain "debug" matches about 70% faster, though it's fast enough to feel instant anyway.
Diffstat (limited to 'examples/list_undefined.py')
0 files changed, 0 insertions, 0 deletions