On 9/22/06, mamcxyz <[EMAIL PROTECTED]> wrote: > If I stick to python 2.3, apart from decorators, why I lost?
The canonical list of Python 2.3->2.4 differences is at: http://www.python.org/doc/2.4.3/whatsnew/whatsnew24.html As far as Django is concerned: Django works with Python 2.3. We have avoided using 2.4 specific features in favour of their 2.3 equivalents (e.g., using old-style rather than @ syntax for decorators). Compatibility with other packages is another matter; you will have to investigate if there are 2.3 compatible versions of PyLucene, etc. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

