Re: Python logging and 1.5.2 compatibility

2009-09-30 Thread Aahz
In article , Vinay Sajip wrote: > >I'm planning to "officially" drop support for Python 1.5.2 in the logging >package. Sounds good -- posting publicly about it is definitely appreciated. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "Normal is what cuts o

Re: Python logging and 1.5.2 compatibility

2009-09-30 Thread TerryP
On Sep 30, 1:26 pm, Vinay Sajip wrote: > > A 1.5.2-compatible version of the package is still available > viahttp://www.red-dove.com/python_logging.htmlif anyone needs it. This version > is not actively maintained, but that shouldn't be an issue. > > Regards, > > Vinay Sajip As long as people ca

Python logging and 1.5.2 compatibility

2009-09-30 Thread Vinay Sajip
I'm planning to "officially" drop support for Python 1.5.2 in the logging package. When the logging package was introduced in Python 2.3, many Linux distros were shipping 1.5.2 as the system's Python, even though 2.2 had been out for a while. So it seemed important to support 1.5.2 for those sysad