On Wed, 20 Sep 2006 07:53, James Bennett wrote: > On 9/19/06, Ramdas S <[EMAIL PROTECTED]> wrote: > > Is anyone running Django dev version on Python 2.5? Will it work or are > > there any issues? > > Python 2.5 doesn't break or remove anything, it just adds some new > features. So it should work just fine. Backwards compatibility of > Python releases should be maintained up until Python 3.0, at which > point everything gets thrown out the window :)
That's not strictly true. There is a list of porting considerations here: http://docs.python.org/dev/whatsnew/section-other.html Nothing major this time around, but the C API changes may be an issue for some of the database driver dependencies. There are a few deprecated modules that have been removed as well, but that's unlikely to affect Django. John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---