Jim Jewett wrote: > On 8/31/07, Guido van Rossum <guido at python.org> wrote: > > > x = "abc" > > f(x) > > I suppose consistency with that sort of use ... is > the main argument against this. I'd be *very* upset if Python started behaving differently depending on whether I wrote a literal directly inside a function call or not. -- Greg