Roy Smith wrote: > 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 :-)
Perhaps not. but at least it keeps its misery to itself. regards Steve -- Steve Holden +1 571 484 6266 +1 800 494 3119 PyCon is coming! Atlanta, Feb 2010 http://us.pycon.org/ Holden Web LLC http://www.holdenweb.com/ UPCOMING EVENTS: http://holdenweb.eventbrite.com/ -- http://mail.python.org/mailman/listinfo/python-list
