alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Python 2.4 support patch #3

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From limo...@gmail.com on March 01, 2008 21:54:05

What is the expected output? Why not support python 2.4? Please provide any additional information below. I'v made a patch about python 2.4 support. I'v done two things:

  1. Change python 2.5 if statement to normal statement
  2. Replace haslib with sha and md5 module

I'v made some simple tests and didn't found bugs so far.

Attachment: support2.4.diff

Original issue: http://code.google.com/p/web2py/issues/detail?id=3

alfonsodg commented 10 years ago

From massimod...@gmail.com on March 02, 2008 20:40:01

web2py now runs with python2.4 but if you run it with 2.4 the promise of backward compatibility will not hold because CRYPT in 2.4 is incompatible with CRYPT in 2.5 and because users may have developed using python 2.5 syntax. This feature will not be advertised.

Status: Fixed