[Python-Dev] Changes to logging in CVS (original) (raw)
Vinay Sajip vinay_sajip@red-dove.com
Sun, 2 Mar 2003 14:33:05 -0000
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Changes to logging in CVS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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()?
Regards
Vinay
- Previous message: [Python-Dev] Weekly Python Bug/Patch Summary
- Next message: [Python-Dev] Changes to logging in CVS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]