[Python-Dev] Re: Source-level backward compatibility requirements-logging and apply() - addendum

Fredrik Lundh fredrik at pythonware.com
Tue Dec 9 08:31:35 EST 2003


> in my experience, you always lose your audience when you introduce the
> callable(*args, **kwargs) syntax, and you don't get them back until you
> explain that the notion is apply(callable, args, kwargs).

missing an "old" in there:

> explain that the old notion is apply(callable, args, kwargs).

</F>






More information about the Python-Dev mailing list