[Python-Dev] Re: Changes to logging in CVS
Guido van Rossum
guido@python.org
Sun, 02 Mar 2003 15:42:37 -0500
> I see that recent changes were made in logging/__init__.py to
> replace the use of "apply(func, args)" with "func(*args)". Doesn't
> this cause "invalid syntax" problems with 1.5.2? I explicitly coded
> using apply because I thought it was needed for 1.5.2. There are a
> few places where I've eschewed use of +=, for the same reason. Any
> chance we could change back to using apply()?
My apologies. I forgot about this. I'll roll it back.
--Guido van Rossum (home page: http://www.python.org/~guido/)