Hi, On Fri, 26 Jun 2015, Guido Günther wrote: > With lots of packages in dla-needed.txt it's easier to focus on CVEs of > packages that are not being worked on at all.
Looks fine to me. > for pkg in tracker.iterate_packages(): > + if args.skip_dla_needed and pkg in tracker.dla_needed.keys(): Minor nitpick: The final .keys() is useless. "key in dict" does the same as "key in dict.keys()" in a more efficient way. Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/ -- To UNSUBSCRIBE, email to debian-lts-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150629205341.ga9...@home.ouaza.com