On 9/27/07, Michael <[EMAIL PROTECTED]> wrote: > > Hi group, > > Is python 2.3.5 supported by svn?
Python 2.3 is officially supported. However, occasionally Python2.3 incompatible constructs accidentially slip in. > under python 2.4 work fine. The problem is that I have some other > software running on python 2.3.5 as well mod_python. > > What would be the best way to sort it? Open a ticket reporting the error. If you're feeling enthusiastic, you could also try your hand at a patch. set related issues are handled in a number of places in Django's source; you should be able to find an example of the correct usage without too much trouble. Apply that fix to the file that is broken, and submit a diff to the ticket. 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?hl=en -~----------~----~----~----~------~----~------~--~---

