Thu, 9 Sep 1999 14:48:50 +0100 (BST), [EMAIL PROTECTED] 
<[EMAIL PROTECTED]> pisze:

>     I missed the discussion that decided that show should omit the
>     syntactically unnecessary spaces when converting lists and tuples.
>     While this may save space in files, I don't see that we are
>     equipped to break with centuries of typographic tradition wrt
>     spaces and commas.

It could make sense to omit *some* spaces, highlighting the structure:

unzip [('a',1), ('b',2), ('c',3)] = (['a','b','c'], [1,2,3])

-- 
 __("<    Marcin Kowalczyk * [EMAIL PROTECTED] http://kki.net.pl/qrczak/
 \__/          GCS/M d- s+:-- a22 C+++>+++$ UL++>++++$ P+++ L++>++++$ E-
  ^^                W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP->+ t
QRCZAK                  5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y-



Reply via email to