[Python-Dev] Stdlib and timezones, again (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon Oct 1 13:53:21 CEST 2012
- Previous message: [Python-Dev] Stdlib and timezones, again
- Next message: [Python-Dev] Stdlib and timezones, again
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 1 Oct 2012 12:11:41 +0200 Lennart Regebro <regebro at gmail.com> wrote:
On Mon, Oct 1, 2012 at 11:16 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
> On Mon, Oct 1, 2012 at 10:47 AM, Lennart Regebro <regebro at gmail.com> > wrote: > > A year is no age for a Python installation. A customer of mine has one > > website developed in 2003, still running on the same server. It runs > Python > > 2.3, I don't remember which version, but I'd be surprised if it is 2.3.7 > > from 2008. > > Right. If they don't keep their Python up-to-date, why would they > bother with their tzupdate? I'm sorry, is there a new releases of Python 2.3 made last year I don't know about?
Python 2.3 has been EOL'ed for years. It definitely is not up-to-date, for any reasonable definition of the term. For example, it will have many unplugged security holes. So will that user's version of OpenSSL and other libraries. If they don't want to apply security fixes, why should we even care about their timezones' freshness?
Regards
Antoine.
-- Software development and contracting: http://pro.pitrou.net
- Previous message: [Python-Dev] Stdlib and timezones, again
- Next message: [Python-Dev] Stdlib and timezones, again
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]