Hi Phil, On Wed, 2007-03-07 at 12:14 +0000, Phil Powell wrote: > I wouldn't normally post about an individual ticket to the list, but > this one is really biting me. > > Ticket 3625 details an issue with the use of rsplit breaking syndb > with Python 2.3: > > http://code.djangoproject.com/ticket/3625 > > It renders a new Django installation on Python 2.3 pretty unusable, > which could be a kicker for any newbies. > > Is this the right place to flag things like this?
Coincidentally, I just committed a fix for this (honest! I read your email after the commit). It needs testing on python2.3, though, since I seem to have broken my 2.3 setup in some way and am not going to try and fix it right this minute. Note that I applied a slightly more complicated patch than the one attached to the ticket, so it's not a matter of just confirming the existing patch worked. The offered patch did not work properly, under python2.4 at least, with our own test suite. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
