In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> In any case, while such a idiom works in code, it plays havoc with the > interactive interpreter: > > >>> while 1: > ... "pass" > ... > 'pass' > 'pass' > 'pass' > 'pass' > 'pass' It's not particularly useful without the quotes either :-) -- http://mail.python.org/mailman/listinfo/python-list
