"BJörn Lindqvist" <[EMAIL PROTECTED]> wrote: > col = attrtuple(r = 255, g = 0, b = 128) > r, g, b = col
That is handled reasonably well with Raymond's recipe (or variants thereof). > el = make_el('input', type = 'text', class = 'query') XML elements are not ordering sensitive. > Or interface easier with tabular, order-dependent data. That is handled with the ordered dictionary and metaclass sytax PEP. - Josiah _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com