Bug#585432: python-apt: source package handling is slow and cumbersome

2010-08-26 Thread Julian Andres Klode
severity 585432 wishlist severity 590088 wishlist thanks On Do, 2010-06-10 at 15:19 +0100, Colin Watson wrote: > Package: python-apt > Version: 0.7.94.2 > Severity: normal > > I have an application (lp:xdeb) that needs to get source package records > in order to manipulate them in various ways.

Bug#585432: python-apt: source package handling is slow and cumbersome

2010-07-23 Thread Julian Andres Klode
clone 585432 -1 reassign -1 apt retitle -1 apt: source package handling is slow and cumbersome block 585432 by -1 thanks On Do, 2010-06-10 at 15:19 +0100, Colin Watson wrote: > Package: python-apt > Version: 0.7.94.2 > Severity: normal > > I have an application (lp:xdeb) that needs to get source

Bug#585432: python-apt: source package handling is slow and cumbersome

2010-06-10 Thread Colin Watson
Package: python-apt Version: 0.7.94.2 Severity: normal I have an application (lp:xdeb) that needs to get source package records in order to manipulate them in various ways. Unfortunately: >>> import apt >>> import apt_pkg >>> import timeit >>> sr = apt_pkg.SourceRecords() >>> timer = t