[Python-Dev] Re: Source-level backward compatibility requirements-logging and apply() (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Tue Dec 9 08:31:35 EST 2003
- Previous message: [Python-Dev] Re: Source-level backward compatibility requirements -logging and apply() - addendum
- Next message: [Python-Dev] Re: Source-level backward compatibility requirements -logging and apply() - addendum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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).
- Previous message: [Python-Dev] Re: Source-level backward compatibility requirements -logging and apply() - addendum
- Next message: [Python-Dev] Re: Source-level backward compatibility requirements -logging and apply() - addendum
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]