[Python-3000] String formating operations in python 3k

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 4 04:46:42 CEST 2006


skip at pobox.com wrote:

> Multiple occurrences of **dict
> aren't supported in Python 2.4.  I suppose it probably doesn't typically
> make a lot of sense, but for this it seems like it might be reasonable.

Maybe it would be better to have a general way
of combining dicts, e.g give dicts a '+' operator.

Duplicate keys should probably raise an exception
in that case.

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | Carpe post meridiam!          	  |
Christchurch, New Zealand	   | (I'm not a morning person.)          |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-3000 mailing list