to me it seems the ',' is superfluous, this works: python  -c "import
sys;print ''.join([l for l in sys.stdin.readlines()])" in 2.4.1 - with
the comma it works as well but it looks weird, as if you want to
un-pack a tuple.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to