"print" as function not statement

A.M. Kuchling amk at amk.ca
Mon Mar 8 08:29:14 EST 2004


On Mon, 08 Mar 2004 10:36:54 GMT, 
	Leif K-Brooks <eurleif at ecritters.biz> wrote:
> Why check for unknown keyword arguments? It seems to me that better 
> forward-compatibility is achieved if we ignore them.

Typo-catching, probably; otherwise if someone wrote
show(a,b,c, seperator=':') they'll get output without colons
and wonder why.

--amk



More information about the Python-list mailing list