diff tests/test-commandserver.py.out @ 20119:1648e44edd8d

mq: prefer a loop to a double-for list comprehension The [x for y in l for x in y] syntax is nigh-incomprehensible, and this is a particularly easy case to expand into a loop since there's no 'if' condition in the list comprehension.
author Kevin Bullock <kbullock@ringworld.org>
date Sun, 24 Nov 2013 17:29:10 -0600
parents 49d4919d21c2
children 69a0d22b9677
line wrap: on
line diff