Re: [Python-Dev] Python logging and 1.5.2 compatibility

2009-09-30 Thread Martin v. Löwis
> PEP 291 (Backward Compatibility for Standard Library) mentions logging as > having > 1.5.2 compatibility, and I'm thinking that it can be removed from that PEP > altogether. Done! Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.p

Re: [Python-Dev] Python logging and 1.5.2 compatibility

2009-09-30 Thread Vinay Sajip
Antoine Pitrou pitrou.net> writes: > So, what is the minimum supported version now? Well, each version is tested with the release of Python which it's part of, and in theory it would be possible for the code in logging for that release to use features only available in that release of Python. So

Re: [Python-Dev] Python logging and 1.5.2 compatibility

2009-09-30 Thread R. David Murray
On Wed, 30 Sep 2009 at 13:27, Vinay Sajip wrote: I'm planning to "officially" drop support for Python 1.5.2 in the logging package. What's the minimum version of Python that the logging module now officially supports? --David (RDM) ___ Python-Dev mai

Re: [Python-Dev] Python logging and 1.5.2 compatibility

2009-09-30 Thread Antoine Pitrou
Le Wed, 30 Sep 2009 13:27:41 +, Vinay Sajip a écrit : > I'm planning to "officially" drop support for Python 1.5.2 in the > logging package. Thanks for the announcement. So, what is the minimum supported version now? Regards Antoine. ___ Python-D

[Python-Dev] 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