Chris McDonough wrote at 2007-2-1 13:32 -0500:
0, for keeping zLOG for the time being... -1, for undeprecating it. Using Python's logging module should remain the only recommended solution. I don't want to see any new code using zLOG.
There's a good deal of code using it that we just don't see because it's "internal-only". When the API disappears, making people revisit that code is particularly pointless; it's makework. OTOH, if the API is not going to disappear, we should just undeprecate it.
But anyway, all I can do is register my concern, you're gonna do whatever you do. ;-)
I am on your side, Chris. But, I fear, we will not be heard... I fight pointless deprecation warnings with global deprecation warning deactivation -- probably not what deprecation advocates hope for. -- Dieter