On Tuesday 22 November 2011, Anssi Kääriäinen wrote:
> 
> I can do a patch for this if needed. Are you (or somebody else)
> working on this?
> 

While you're at it, remove the python-2.3-isms from the cursor's fetchmany and 
fetchall (base.py lines 722-730 in current trunk):


       return tuple([_rowfactory(r, self.cursor)
                      for r in self.cursor.fetchmany(size)])

just remove the square brackets, there's no longer need to create a list as 
well as a tuple.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to