http://codereview.appspot.com/186207/diff/1/2 File trytond/backend/postgresql/database.py (right): http://codereview.appspot.com/186207/diff/1/2#newcode245 trytond/backend/postgresql/database.py:245: for i in xrange(len(self.description))) should use enumerate(): return dict((desc[0], ...
Issue 186207: Use list comprehensions for dictfetch* function of cursor
(Closed)
Created 16 years ago by ced
Modified 16 years ago
Reviewers: bch, h.goebel, yangoon1
Base URL:
Comments: 1