Re: Ticket 3625 - rsplit not python 2.3 compatible

2007-03-08 Thread Phil Powell
Thanks for the commit Malcolm - seems you were right on my heels! And James: will test on my own 2.3 install. Thanks both. -Phil On 07/03/07, James Bennett <[EMAIL PROTECTED]> wrote: > > On 3/7/07, Phil Powell <[EMAIL PROTECTED]> wrote: > > It renders a new Django installation on Python 2.3 pr

Re: Ticket 3625 - rsplit not python 2.3 compatible

2007-03-07 Thread James Bennett
On 3/7/07, Phil Powell <[EMAIL PROTECTED]> wrote: > 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? Yes, but note that Malcolm committed a patch for it, so Django itself should be

Re: Ticket 3625 - rsplit not python 2.3 compatible

2007-03-07 Thread Malcolm Tredinnick
Hi Phil, On Wed, 2007-03-07 at 12:14 +, 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/ticke

Ticket 3625 - rsplit not python 2.3 compatible

2007-03-07 Thread Phil Powell
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, wh