Jump to content

Python version


asavar

Recommended Posts

Hi!

 

What's your Python version policy? Will you upgrade Python? As I know, 2.4.3 has buffer overflow issue on unicode strings...

I have already got accustomed to new Python features :), but if you've installed this version for some good reasons or because of technical difficulties, I will not annoy you with my grumble.

 

Oh, and same questions about django.

 

Thanks.

Link to comment
Share on other sites

I'm looking into this right now. I'll let you know if we can upgrade.

 

UPDATE

Unfortunately, the folks over at CentOS say we should stay at 2.4.3 because of compatibility issues. Sorry. As for Django... we're running 1.0.0, and the newest version is 1.0.2. Is there really anything you need from the newer version?

Link to comment
Share on other sites

I'm looking into this right now. I'll let you know if we can upgrade.

 

UPDATE

Unfortunately, the folks over at CentOS say we should stay at 2.4.3 because of compatibility issues. Sorry. As for Django... we're running 1.0.0, and the newest version is 1.0.2. Is there really anything you need from the newer version?

 

Actually I use django.contrib.comments which has some improvements added in 1.0.1 version, such as RSS fixes and i18n, and in this version about 200 bugs was fixed. But it breaks support to some 0.96-style parameters.

Actualy I would pretty happy if you upgrade but if you not I can rewrite some small parts of code for compatibility, I've just started developing a site.

 

As for Python, the one real thing from newer versions I used to is exeptions with except and finally blocks in same try, but I can simply avoid it.

Link to comment
Share on other sites

  • 6 months later...
I'm looking into this right now. I'll let you know if we can upgrade.

 

UPDATE

Unfortunately, the folks over at CentOS say we should stay at 2.4.3 because of compatibility issues. Sorry. As for Django... we're running 1.0.0, and the newest version is 1.0.2. Is there really anything you need from the newer version?

 

Hi!

 

 

I just found this statement about Python 2.4.3 . This version of python is pretty old, and there has already been a new major release (python 3) which is incompatible with python 2 as it uses new syntax. But wouldn't it be possible to install both, the old compatible python 2.4.3 and the new python 3.1 version side by side? Users would then be able to select the proper interpreter using the shebang syntax when executing scripts via the cgi interface.

 

 

regards,

Korexio

Link to comment
Share on other sites

I'm looking into this right now. I'll let you know if we can upgrade.

 

UPDATE

Unfortunately, the folks over at CentOS say we should stay at 2.4.3 because of compatibility issues. Sorry. As for Django... we're running 1.0.0, and the newest version is 1.0.2. Is there really anything you need from the newer version?

 

Are the folks over at CentOS saying we should stay at 2.4 yet?I think you should at least upgrade to 2.5.Please look into it again

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...