Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17674 > unrolled thread

Re: Anyone still using Python 2.5?

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2011-12-21 11:48 -0500
Last post2011-12-21 11:48 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Anyone still using Python 2.5? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-12-21 11:48 -0500

#17674 — Re: Anyone still using Python 2.5?

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2011-12-21 11:48 -0500
SubjectRe: Anyone still using Python 2.5?
Message-ID<mailman.3920.1324486106.27778.python-list@python.org>
On Wed, 21 Dec 2011 07:15:46 +0000, Chris Withers
<chris@simplistix.co.uk> wrote:

>Hi All,
>
>What's the general consensus on supporting Python 2.5 nowadays?
>
>Do people still have to use this in commercial environments or is 
>everyone on 2.6+ nowadays?

	I was recently laid-off from a program that is still using Python
2.3 on Windows NT!

	Actually -- one system is having conflicts because someone wrote a
script in Python 2.2 and they want to add the stuff I wrote (years ago)
in 2.3 to that system. My 2.3 code used modules that didn't exist in
2.2, and the author of the 2.2 code isn't around to validate it under
2.3 (worse -- it apparently uses a compiled extension library, and when
I investigated I couldn't find the SOURCE code for that library!).

	I'm fairly confident that they could jump to 2.5 or 2.6 and run my
old 2.3 code with no problems -- but conservatism strikes ("It works, we
won't change anything").

-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web